![]() |
[How To?] change display font - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: 1.8 Support (https://community.mybb.com/forum-175.html) +--- Forum: General Support (https://community.mybb.com/forum-176.html) +--- Thread: [How To?] change display font (/thread-223534.html) |
change display font - M!X0R - 2019-06-19 From the title I just wanna know the right way to change the default fontĀ ![]() RE: change display font - Ashley1 - 2019-06-19 In global.css mostly. There are multiple definitions that you need to change depending. body { background: #fff; color: #333; text-align: center; line-height: 1.4; margin: 0; font-family: Tahoma, Verdana, Arial, Sans-Serif; font-size: 13px; overflow-y: scroll; } #container { color: #333; text-align: left; line-height: 1.4; margin: 0; font-family: Tahoma, Verdana, Arial, Sans-Serif; font-size: 13px; min-width: 990px; } etc. RE: change display font - M!X0R - 2019-06-19 the question is I want add a custom font where I put it ? RE: change display font - Brian. - 2019-06-19 Please take a look at the replies here. |