MyBB Community Forums

Full Version: Font Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I use Roboto font on my website but I noticed some people can not see forum with Roboto, so they see something similar to Arial probably?  and it seems its caused by them not having Roboto font in their pc,  how can I solve this issue so everyone see forum properly?
you can use google fonts css to embed roboto font in your forum(use in header).

example:
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:700' rel='stylesheet' type='text/css'>

another one for light text:
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400' rel='stylesheet' type='text/css'>
How can I do that? Should I create .css file ?
^ Drop it in your headerinclude template, you can find it in your theme templates.
My forum has Roboto, not Roboto Condensed, would it still work?

Well I will try this : https://fonts.googleapis.com/css?family=Roboto:700
(2016-05-22, 07:09 AM)Darkrad Wrote: [ -> ]My forum has Roboto, not Roboto Condensed, would it still work?

Well I will try this : https://fonts.googleapis.com/css?family=Roboto:700

yeah it will work perfectly. I love condensed roboto thats by i shared condensed css instead of normal Wink