so you need to pick a font from this website
and then use the import url plus css code (font family)
your code is supposed to look something like this
@import url('https://fonts.cdnfonts.com/css/proggy-tiny');
body {
font-family: 'ProggyTinyTTSZ', sans-serif;
font-family: 'ProggyTinyTT', sans-serif;
font-size: 18px;
letter-spacing: 2px;
font-style: normal;
text-decoration-color:#606060;
i just used the font i had on my profile before i changed it
and add it between <style> and </style> somewhere in about me and your good!! :D
more in depth tut (with pictures)
1. get ur font!! (im using the first one i see)
2. use these two codes
3. use this super kewl template i made
/*import url*/
body {
/*font family code*/
font-size: /*size of font (replace with things like (15px/18px)*/
letter-spacing: /*how far your letters can be spaced apart (use 1px/4px so it wont go wide depending on font)*/
font-style: /*font style, like bold or intalic, replace w normal if you dont want any*/
text-decoration-color: /*might change color font but you need another code like root*/
4. use the whole thing together (reusing the same example)
@import url('https://fonts.cdnfonts.com/css/superhelio');
font-family: 'superhelio _regular', sans-serif;
font-family: 'superhelio _extended', sans-serif;
font-family: 'superhelio _small', sans-serif;
font-family: 'superhelio _extended_ultra', sans-serif;
font-family: 'superhelio _thin', sans-serif;
font-size: 18px;
letter-spacing: 2px;
font-style: normal;
text-decoration-color: black;
5. add 2 your profile :D !! i hope this helped :3
Comments
Displaying 5 of 5 comments ( View all | Add Comment )
。.°T o o f r o z e°.。
GAHHHH TYYYY!!!!!!!!
Report Comment
tobitea
Thank you!! The only thing that wont work is the color :(
Report Comment
ermm it might be a certain code hidden in your layout trust!!
by finn; ; Report
I figured it out eventually!! :]] i trusted!
by tobitea; ; Report
Dax
ayyyy this got it working for me thanks dude :D
(the first font i wanted to use wasn't supported tho cry)
Report Comment
Sunki
this is unbelievably helpful thank you SO MUCH 🙏
Report Comment
⚙️Cemetery corpse
THIS ISNT WORKING FOR ME :( AND I DONT HAVE ALL THE FONT FAMILY THINGS IT ONLY GIVES ME THE SANS SERIF ONE ONLY :(
Report Comment
UHH maybe use a different font? some fonts aren't supported by spacehey!!
by finn; ; Report
Alright! Thanks ill try it out when I get a chance
by ⚙️Cemetery corpse; ; Report