- Posts: 36
- Thank you received: 0
getting EOT font to appear
-
RichardRNC
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40625
by RichardRNC
getting EOT font to appear was created by RichardRNC
I have installed a new font "X" as both x.eot and x.ttf in the css folder for HotFurniture.
I added the @font- info in the template.css file and it works for chrome, firefox etc.
When Explorer attempts to follow its URL it displays the default Arial instead.
Am I missing a piece of code for IE to use the font, other than the correct path to the eot.
I have followed the exact same code as GeoSans uses in this template.
DO I need to add the font to some other list that Microsoft uses inside the template?
Thanks,
I added the @font- info in the template.css file and it works for chrome, firefox etc.
When Explorer attempts to follow its URL it displays the default Arial instead.
Am I missing a piece of code for IE to use the font, other than the correct path to the eot.
I have followed the exact same code as GeoSans uses in this template.
DO I need to add the font to some other list that Microsoft uses inside the template?
Thanks,
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40628
by ivan.milic
Replied by ivan.milic on topic getting EOT font to appear
When browser can not use font source it reverts to next one you put in list
font-family:"SpaceFont", sans-serif;
and if you don't specify it explicitly in will use inheritance to determent what font to use which is Arial in your case.
IE can use .eot so you font is probably locked. You can use this site to re-factor fonts and remove restrictions :
www.fontsquirrel.com/tools/webfont-generator
that is on your legal responsibility! You need to check terms under which you are allowed to use that font.
font-family:"SpaceFont", sans-serif;
and if you don't specify it explicitly in will use inheritance to determent what font to use which is Arial in your case.
IE can use .eot so you font is probably locked. You can use this site to re-factor fonts and remove restrictions :
www.fontsquirrel.com/tools/webfont-generator
that is on your legal responsibility! You need to check terms under which you are allowed to use that font.
Please Log in to join the conversation.
Time to create page: 0.156 seconds