2011-11-08, 09:31 PM
(This post was last modified: 2011-11-08, 09:55 PM by LuckyMonkey.)
Hey guys I am having problems getting fonts to work on my forum.
I designed this site with the idea that the forums would be in their own section with little to no supplement but still stay consistent in the design
http://almost-there.org
Here as you can see on the menubar
The fonts are part of the "Ubuntu" Font family
And they are working properly using this document
http://www.almost-there.org/style/fonts/...Ubuntu.css
But on the Forums
http://almost-there.org/forums/
The font is not being correctly imported/applied
And since in mybb PHP import is not supported and is too hacky to implement. I decided to clone this stylesheet document into the mybb Themes stylesheet listing in the ACP
I realized that since the fonts will not reside in the same folder as the CSS document I would have to add the proper sub-URL so it may be pointed to the correct place.
So instaid of
Iv'e tried a few variations of this with little to no luck.
Its also been very difficult to test since I have the Ubuntu font installed locally on my computer. I see the font weather or not its being imported from almost-there or not.
I have run out of ideas, Can anybody help me?
I designed this site with the idea that the forums would be in their own section with little to no supplement but still stay consistent in the design
http://almost-there.org
Here as you can see on the menubar
Quote:Forums Fridge IRC Servers Gadgets Steam
The fonts are part of the "Ubuntu" Font family
And they are working properly using this document
http://www.almost-there.org/style/fonts/...Ubuntu.css
But on the Forums
http://almost-there.org/forums/
The font is not being correctly imported/applied
And since in mybb PHP import is not supported and is too hacky to implement. I decided to clone this stylesheet document into the mybb Themes stylesheet listing in the ACP
I realized that since the fonts will not reside in the same folder as the CSS document I would have to add the proper sub-URL so it may be pointed to the correct place.
So instaid of
src: url('ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
It would besrc: url('styles/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
Iv'e tried a few variations of this with little to no luck.
Its also been very difficult to test since I have the Ubuntu font installed locally on my computer. I see the font weather or not its being imported from almost-there or not.
I have run out of ideas, Can anybody help me?