MyBB Community Forums

Full Version: How to change font?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 29xi639.png]

And whats the font MyBB Community using?
It's in the stylesheets. Should be
ACP -> Templates and Styles -> Themes -> YOUR THEME -> global.css

Though what exactly you have to edit from there may well depend on the particular theme...

As for the font the MyBB Community is using, it should be:
font-family: Verdana, Arial, Sans-Serif;
(the default from the default theme that comes with the software, from global.css)

In other words, it uses Verdana if that's available, then if not it tries to use Arial, then if neither of those are available, it uses Sans-Serif.