« Back to the HTML Forum

help i wanna change the font

Posted by Raven

posted

Forum: HTML Group

So I tried to change the font in my profile and used cdn fonts but for some reason it's not working, I also tried downloading a font and use @font-face to make a font family but it still didn't work.

The only thing that works is google fonts but it doesn't have the fonts I like :(

Is there a reason of why they're not working out or something?


Report Topic

4 Replies

Sort Replies:

Reply by heath

posted

cdn fonts stopped working on spacehey a while ago, i don't know why. spacehey is always having issues when you try to import things from other sites. google fonts is still working though.


Permalink Report Reply

Reply by Raven

posted

So there isn't any way to make it work? that's kinda sad but it's whatever man


Permalink Report Reply

Reply by W4FFN00DLE

posted
updated

Really? i have a similar problem, and google fonts doesn't work for me either


edit: nvm google fonts works for me now


Permalink Report Reply

Reply by nago

posted

hey! i think i have the solution. what i did was search the font's name on google and download it into my files (in a zipped folder). i extracted the font from the zipped folder, and then manually changed the font in the layout codes:

<style>

@import url('Heregoesthelinkonthesearchbar');

</style>

in my case that link would be "https://fonts.googleapis.com/css?family=Indie Flower".

wherever you see "--font family:" write the name of your font like this (im using the font on my profile for this example). and instead of regular it can be sans-serif, cursive, monospace... depends on your font.

--font family: 'Indie Flower', regular;


Permalink Report Reply