MyBB Community Forums

Full Version: Using Google Fonts in Mybb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there any way we can use Google fonts in our mybb forums?

Confused
Just add the code below to your headerinclude template, replacing Font+Name with the actual font name and then you can use the font in your stylesheets/templates.

<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">
Many Thanks AJS.

Let me Try this.