Page 1 of 1

Phoca Font not working in IE

Posted: 23 Dec 2010, 15:37
by lextof
Hi,

First of al, thanks for this nice component. I've implemented it quite fast and it was not hard to do. I only have a question regarding an issue I am having. I've created an own installation package of a certain font (ttf). After some configuration (assigning classes, menu-id's and some css editing) the fonts are working in all browsers expect Internet Explorer.
What can I do to fix this?

Gr. Alex

Re: Phoca Font not working in IE

Posted: 23 Dec 2010, 22:48
by Jan
Hi, for IE you need to create specific eot files.

Look at e.g.: com_phocafont_domesticmanners.zip

Jan

Re: Phoca Font not working in IE

Posted: 09 Feb 2015, 20:37
by jbomb
I did just like the domestic matters says and it's still not working in ie. specifically where do I look, perhaps I'm missing something. I have both a ttf and an eot file (created from the website phoca suggested)

Re: Phoca Font not working in IE

Posted: 12 Feb 2015, 23:32
by Jan
Check if you font has all the same eot files and if it is the similar xml settings file :idea:

Jan

Re: Phoca Font not working in IE

Posted: 19 Apr 2015, 19:49
by rbuelund
I have the exact same problem. Did create eot files and changed the xml to this:

<files>
<filename>H-DLetterpress.otf</filename>
<filename>H-DLetterpress.eot</filename>
<filename>H-DLetterpress_license.txt</filename>
<filename>index.html</filename>
</files>

<types>
<regular>H-DLetterpress.otf</regular>
<alternative>serif, arial, helvetica</alternative>
<format>truetype</format>
</types>

Not workingin IE

Re: Phoca Font not working in IE

Posted: 20 Apr 2015, 11:42
by Jan