MyBB Community Forums

Full Version: Default font type change?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I run MyBB 1.4.x and I want the default texting which is Arial I think, to change to some thing else..
I know the code name of the texting I want to use, Can anyone tell me where I have to go to change default font time from Arial to some thing else?

Do I need to make some Template changing or what?

Thanks, badly waiting for answer!

FAISAL~
I would assume it would be in the CSS... have a look there.
Admin CP -> Templates & Styles -> Theme Name (Default) -> global.css -> Edit Stylesheet Advanced Mode.

And the ones with the font being set are.

.Body
.Table
.Textarea
.Codeblock code

Hope this helps, i would suggest leaving the codeblock as it is though as that is a different font for coding highlights.
That sounds about right.

You could probably do a Find and Replace so it turns all "Arial" to the name of the new font.