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
Phoca Font not working in IE
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Font not working in IE
Hi, for IE you need to create specific eot files.
Look at e.g.: com_phocafont_domesticmanners.zip
Jan
Look at e.g.: com_phocafont_domesticmanners.zip
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 25
- Joined: 30 Aug 2012, 15:06
Re: Phoca Font not working in IE
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)
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Font not working in IE
Check if you font has all the same eot files and if it is the similar xml settings file ![Idea :idea:](./images/smilies/icon_idea.gif)
Jan
![Idea :idea:](./images/smilies/icon_idea.gif)
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Professional
- Posts: 115
- Joined: 22 Mar 2015, 00:18
- Contact:
Re: Phoca Font not working in IE
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
<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
- Jan
- Phoca Hero
- Posts: 48535
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Font not working in IE
If you find Phoca extensions useful, please support the project