MyBB Community Forums

Full Version: Change the font family for the whole site(s)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Is there a way to change the font family for the whole sites and all themes?

I am new with myBB and i wont distory anything.

If there is already a thread, i would be glad abut a link.

Thks
Klaus
For different themes, there are multiple fonts. Please provide a forum link. You can find fonts in the ACP (themes/templates) select your theme, go to the global.css template, advanced mode and search for font family you should be able to find it. Inspect element comes in handy for changes. Without the URL to your forum, we won't be able to tell you exactly what code to edit.
Thanks for reply.
But still under construction!
http://www.Deleted
No problem
So your global.css file is here: http://www.hw-ventures.com/t4b-audience/...global.css
You see
body {
	background: #9ac9ff url(../../../images/CyberTechBubbles/bg.png) top left repeat-x;
	color: #000;
	text-align: center;
	line-height: 1.4;
	
	/*font-family: Verdana, Arial, Sans-Serif;*/
           font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
In the first line.
Edit "font-family: 'Raleway', sans-serif;" to your liking. You can use Chrome inspect element to test out new fonts, without having to apply changes. If you don't see instant changes in your font, then use shift+f5 a few times so the resources cache files are deleted. (If you're in chrome) If you're using a different browser, just clear your cache manually.
Thanks for your quick reponse !!
(2013-10-25, 03:59 PM)Pressplus Wrote: [ -> ]Thanks for your quick reponse !!
No problem Smile