Page 2 of 3

IE 10 does not display some of the same sets from previous I

Posted: 31 Jul 2013, 22:29
by wenca66
Hi all,
1) My English is very poor. I am sorry.
2) Joomla 2.5.xx + Phoca Font 2.0.2
3) I have few years few web-joomla-project with font set which I have created the same process and tools
4) Fonts was O.K. in FF, Chrome, IE (7,8,9) - but in IE 10 the fonts don’t displayed.
5) Examples of these projects (with Phoca Fonts):


6) When I used original set "com_phocafont_bpreplay.zip" in my templates, font BPreplay browsers displayed correctly (IE 10.0.9200.16635, FF22, Chrome 28.0.1500.95 m). Where is an mistake?

7) Question / Idea: I think that the problem is in the file (eot, otf) structure - in generator font files. What tool you use to generate your font sets (tested and properly displayed in IE 7,8,9,10 and FF, Chrome)

8) Test project: com_phocafont_bpreplay.zip (BPreplay) + my font (DawnCastle)
. In FF,Chrome is OK, but IE10 show only BPreplay!?

Can anyone help me - ideally in Czech ;-)
Thank you - a předem děkuji moc ;-)
Wáclav

Re: Not working in IE even though I DO have EOT file

Posted: 01 Sep 2013, 16:35
by Jan

Re: Not working in IE even though I DO have EOT file

Posted: 11 Mar 2014, 20:00
by vpainchaud
Hi,
I am having the same problem about Explorer 10 and 11. It is working in IE9 though. I followed all the steps, have .eot file, add the html (if IE) but it seems that there is still overwriting from my template. I've looked in my template.css but can't see where it is coming from.

The site is mademois-elles.com

Hope you can help me.
Thank you

Re: Not working in IE even though I DO have EOT file

Posted: 11 Mar 2014, 21:47
by Jan
Hi, the site is not available :idea:

Re: Not working in IE even though I DO have EOT file

Posted: 13 Mar 2014, 17:57
by vpainchaud
Oh :P sorry..
Here it is, now available.
mademois-elles.com

Re: Not working in IE even though I DO have EOT file

Posted: 17 Mar 2014, 16:14
by vpainchaud
vpainchaud wrote:Hi,
I am having the same problem about Explorer 10 and 11. It is working in IE9 though. I followed all the steps, have .eot file, add the html (if IE) but it seems that there is still overwriting from my template. I've looked in my template.css but can't see where it is coming from.

The site is mademois-elles.com

Hope you can help me.
Thank you
Hello,
The site is now available. I would really appreciate some help about the fonts not working in IE 10 and 11.

thank you.

Re: Not working in IE even though I DO have EOT file

Posted: 20 Mar 2014, 12:11
by Jan
Hi,

try to check all the possible problems, mostly this does not work because:

- there are no eot data
- there are eot but are not correctly created
- the font does not have right characters (missing e.g. diacritics)
- look at your code, see if the path to the eot is correct
- see if the eot files are stored in your server in right folder
- check settings of IE if there are no limits (e.g. limits to load such fonts)
- etc.

Jan

Re: Not working in IE even though I DO have EOT file

Posted: 29 Jul 2014, 16:34
by vanaveno
Same problem with IE 11.
Manual created
<install type="phocafontfonts" version="1.5" client="both" method="upgrade">
<name>Champagne_limousines.ttf</name>
<tag>Champagne_limousines.ttf</tag>
<creationDate>02/06/2009</creationDate>
<author>Jan Pavelka</author>
<authorEmail></authorEmail>
<authorUrl>https://www.phoca.cz</authorUrl>
<copyright>(C) 2008 Jan Pavelka</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>

<authorFont>Dustin Norlander, see Domestic_Manners_license.txt file in this package</authorFont>
<copyrightFont>Dustin Norlander, see Domestic_Manners_license.txt file in this package</copyrightFont>
<licenseFont>GNU GPLv2.0, see Domestic_Manners_license.txt file in this package</licenseFont>

<description>champagne_limousines</description>

<files>
<filename>Champagne_Limousines-Thick.ttf
</filename>

<filename>Champagne_Limousines.ttf
</filename>

<filename>Champagne_Limousines-ThickItalic.ttf
</filename>

<filename>Champagne_Limousines-ThickBold.ttf
</filename>


<filename>Champagne_Limousines-Italic.ttf
</filename>
<filename>Champagne_LimousinesBold.ttf
</filename>
<filename>Champagne_ LimousinesBoldItalic.ttf
</filename>


<filename>Champagne_Limousines-Thick.eot
</filename>

<filename>Champagne_Limousines.eot
</filename>

<filename>Champagne_Limousines-ThickItalic.eot
</filename>

<filename>Champagne_Limousines-ThickBold.eot
</filename>


<filename>Champagne_Limousines-Italic.eot
</filename>
<filename>Champagne_LimousinesBold.eot
</filename>
<filename>Champagne_ LimousinesBoldItalic.eot
</filename>



<filename>Champagne_Limousines.txt</filename>
<filename>index.html</filename>
</files>

<types>
<regular>Champagne_Limousines.ttf</regular>
<alternative>serif, arial, helvetica</alternative>
<format>truetype</format>
</types>
</install>


Did I ii correctly?
Thanks Vana

Re: Not working in IE even though I DO have EOT file

Posted: 31 Jul 2014, 00:20
by Jan
Hi, the file seems to be OK, so the only one question is if the eot is accepted by IE?

Jan

Re: Not working in IE even though I DO have EOT file

Posted: 31 Jul 2014, 11:46
by vanaveno
I converted fonts ttf to eot using http://www.kirsle.net/wizards/ttf2eot.cgi . I can not upload eot fonts to Fonts manager in Windows 7. Into head of my template I gave:


<!--[if IE]>
<style type="text/css">
@font-face {
font-family: "Champagne_Limousines.eot";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/Champagne_Limousines.eot") ;
}
body, li, h1, h2, p, a { font-family: "Champagne_Limousines.eot", arial, helvetica;

}
</style><![endif]-->



So how to find out if the eot font is accepted by IE?