« Back to the HTML Forum

embedding fonts from websites outside of google/cdn fonts

Posted by noah

posted

Forum: HTML Group

hello! i'm trying to customize my page, and while i'm usually too stubborn to really Ask for help, i realized just now i wasted my afternoon trying to embed this font  into the coding, and even made a stylesheet, but i have no clue how to utilize any of it properly. i'd really appreciate if maybe someone could help me format the coding itself / how i can make it into a css directory. thank you! 


Report Topic

1 Reply

Reply by heath

posted

download the font, host the font yourself, than input the hosted font url in this code:

<style>@font-face{ font-family: font; src: url('font url');}</style>



they also have that font on cdn fonts:

https://www.cdnfonts.com/scream-real.font


Permalink Report Reply