Re: Not working in IE even though I DO have EOT file
Posted: 31 Jul 2014, 15:27
so I finally solved it.
<style type="text/css">
@font-face {
font-family: "Champagne-Limousines";
src: url("/components/com_phocafont/fonts/Champagne_Limousines.ttf");
src: url("/components/com_phocafont/fonts/Champagne-Limousines.eot") format("opentype");
src: url("/components/com_phocafont/fonts/Champagne-Limousines.woff") format("woff");
}
body, li, h1, h2, p, a { font-family: "Champagne-Limousines", arial, helvetica;
}
</style>
<style type="text/css">
@font-face {
font-family: "Champagne-Limousines";
src: url("/components/com_phocafont/fonts/Champagne_Limousines.ttf");
src: url("/components/com_phocafont/fonts/Champagne-Limousines.eot") format("opentype");
src: url("/components/com_phocafont/fonts/Champagne-Limousines.woff") format("woff");
}
body, li, h1, h2, p, a { font-family: "Champagne-Limousines", arial, helvetica;
}
</style>