MyBB Community Forums

Full Version: Google Fonts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to use Google Fonts with MyBB ? If yes, how can we do it ?

I would also like to ask about adding Google Analytics code integration to MyBB. Thanks.
Yes you can, just add (it's an example): <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" /> in your headerinclude template.
For Google Analytics, paste the code at the end of the footer template.
Thanks. I will try and update here. Smile
@meetdilip : I actually wrote a simple tutorial for adding custom fonts in MyBB
https://wallbb.co.uk/simple-tutorial-add...onts-mybb/
(I wrote some other MyBB tutorials, that will also be helpful for you mate)

Regards
WallBB
Very helpful :thumbsup
Analytics code paste in headerinclude template just before </head>.