MyBB Community Forums

Full Version: How To Change The Font Of All My Thread?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm trying to change the titles font style to another one, as the default one is crappy(on the theme), how do I change it and where?
You can change it through css for the class=body;

See this

body, button, input, select, textarea {
    font-family: "Open Sans","Lucida Grande",Tahoma,"Trebuchet MS",Verdana,Arial,sans-serif;
    color: #222;
}
(2016-10-15, 02:36 PM)meetdilip Wrote: [ -> ]You can change it through css for the class=body;

See this

body, button, input, select, textarea {
    font-family: "Open Sans","Lucida Grande",Tahoma,"Trebuchet MS",Verdana,Arial,sans-serif;
    color: #222;
}
How can I know which one am I supposed to change?
Admin/Templates and Style/ Your theme(click on it ) /Global.css/ Advanced Just change all the font to whatever you want put it first in line. the easiest way for me was to do this:

Admin/Templates and Style /Theme/Global.css on the main page before you get into advanced is a menu and where it says font family I put my font there like this Arial !important

Saved it and it wrote it onto the css for me and changed everything,
OMG WHATS THIS