Navigation Font issue...

toddart65

New Member
Messages
7
Reaction score
0
Points
0
This is my testing site that I'll be referring to: toddyoungart.elementfx.com

I am using a basic floating text navbar and i want to use the @font-face style i currently have to apply rules towards the navbar text just like it would towards any other text on the page...how do i do that?

I do see the navbar affected by the code when i'm looking at the site through firefox, but safari and IE aren't rendering it correctly...
 
Last edited:

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Among other things, your @font-face points to "css\avgr_reg.ttf" -- note the backslash. And IE (the browser most likely to love backslashes in a path) requires EOT fonts for web embedding. To get a full set of web-embeddable versions of your font, go to Font Squirrel -- feed it a TTF font, and it will return the font modified for EOT and WOFF (the next-generation standard) along with a cross-browser @font-face entry.
 
Top