MyBB Community Forums

Full Version: Just a quick and easy thing needed to be done (Free)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks a lot.
(2010-11-09, 10:53 PM)faviouz Wrote: [ -> ]God.

Find:
body {background: black;text-decoration: none;font-style: Gautami;}

Replace with:
body {background: black;text-decoration: none;font-family: Gautami;}

That was my bad, was thinking something else. Toungue

Don't forget a back up.

body {background: black;text-decoration: none;font-family: Gautami, Arial, "MS Trebuchet", sans-serif;}
Yeah, do that. If you don't know what it means, let's put it this way:

If a user doesn't have the font Gautami installed, it will fallback to Arial.
If a user doesn't have the font Arial installed, it will fallback to Trebuchet MS.
If a user doesn't have the font Trebuchet MS installed, it will fallback to some random sans-serif font.

Which is good.

I knew that....

And thanks Daimon.
Pages: 1 2