Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[3 / 1 / 1]

No.1457366 View ViewReplyOriginalReport
I'm attempting to change the font on some css layout to the crayola font but for whatever reason it doesn't seem to be working, any tips? Here's the code (note that I'm a fresh beginner so it's going to look stupid):

<style>
@font-face {
font-family: 'Crayola';
src: url('https://fonts.cdnfonts.com/css/crayola') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
font-family: 'Crayola', sans-serif;
}