MyBB Community Forums

Full Version: Tahoma as default username style font
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
How can I make Tahoma as default username style font?
Admin CP --> Users & Groups --> Groups --> *edit the Registered usergroup*

In the username style, paste this in:
<span style="font-family: Tahoma">{username}</span>
If you put a font tag around {username} in the user group settings you should get what you want.
Under groups you can add style tag to field.

<span style="font-family:Tahoma">{username}</span>

Or something like that.

EDIT: lol not all at once please Smile
Ooh Dennis beat me to it Toungue
I win Smile

Labrocca: there's no font-face attribute, only font-family http://www.w3schools.com/CSS/pr_font_font-family.asp
(2008-09-11, 06:43 PM)DennisTT Wrote: [ -> ]I win Smile

Haha you're too quick Toungue
Wow O_o
Thanks for all replies!! : dd
(2008-09-11, 06:43 PM)DennisTT Wrote: [ -> ]I win Smile

Labrocca: there's no font-face attribute, only font-family http://www.w3schools.com/CSS/pr_font_font-family.asp

Yes I fixed that. Always getting tha confused with old html 4.0.

Sad