(fixed) FontDeck's CSS-based fonts not working

Matt777

Member
Nevermind, it seems to be working now :D

I'm using a FontDeck CSS font on my wordpress blog, but it doesn't work on the Xenforo forum.


#1.
I added this stylesheet, which calls the FontDeck CSS code, to the PAGE_CONTAINER template.

Code:
<!-- promixma nova fonts -->[/COLOR]
[COLOR=#c0c0c0]<link rel="stylesheet" href="http://f.fontdeck.com/s/css/mycode/www.mydomain.com/20151.css" type="text/css" />[/COLOR]
[COLOR=#c0c0c0]


#2.
Next, in Style Properties->Message Elements->Message Text, I changed the font family to
Code:
"Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif



However, when I view my forum, it ignores the "Proxima Nova Regular" and just shows it all in Arial!

Has anyone used FontDeck before... or what could be the issue. This same code works fine on my Wordpress so it's very baffling to me. :sick: (n)[/CODE][/COLOR]
 
Top Bottom