How do you change the font in your username?
TappedOut forum
Posted on May 22, 2013, 11:29 a.m. by megawurmple
I've seen various people around the site with different username fonts, such as psychoza and Schuesseled. I was just wondering how you do that.
To answer your question on the font itself though, it is the inclusion of the "font-family:[FONT];" piece.
The site I went to grab the font is http://cssfontstack.com/. For some reason I had to cut off some of the wording as this was the original definition "font-family: Papyrus, fantasy;"
Hope this helped.
May 22, 2013 11:39 a.m.
MindAblaze says... #6
So lets say I want my name to look like this;
j
minute
14
How do I do that and make it all on the same line?
psychoza says... #2
For each letterbox you need include some styling. An example of the 'P' in my username is:
#F00000;text-shadow:#FFFFFF 3px 3px 10px;font-family:Papyrus;text-transform:uppercase;
You can learn more about html styling here.
May 22, 2013 11:35 a.m.