Hey guys!
I'm so annoyed right nown ๐·°(⋟﹏⋞)°·๐ I can't figure out how to change the fonts on my profile, and my professor assigned me wayyyy too much to do this week. Does anyone know how to change the heading fonts? I'm trying to do the bratz doll font (font-family:funkhouse; src: url(https://dl.dropbox.com/s/2bxao21r582gf5d/FUNKHOUS.ttf);) but every time I try to input the code it either keeps the same font as before or makes it Times New Roman. If anyone has any advice, that would be great ദ്ദി(╥﹏╥)
Peace! (。˃ ᵕ ˂ )⸝♡
~ Layla ⋆˙⟡♡
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Null_
idk if im correct, but to import a font you actually need to use this tag:
@import url('link');
keep in mind that you need to use .woff (Web Open Font Format) for it to work
to use in your profile you can insert it in your body tag since basically everything is inside it
example:
body {
font-family: 'Your Font Name' ;
}
WetSock
I never figured out how to change fonts here and get it to work. If someone gives you an answer that works, would you mind replying to my comment so I check this blog post again?