Page 2 of 2

Re: custom font in phoca font

Posted: 19 Jul 2010, 20:59
by Jan
Great to hear it.

Jan

Re: custom font in phoca font

Posted: 22 Jul 2010, 11:54
by Jecrvali
I have another problem now. I can see the fonts in IE, but in FF and the other browsers it is not working properly.
If I look in the source, I see this code:

Code: Select all

<!--[if IE]>
<style type="text/css">
@font-face {
       font-family: "Domestic Manners";
       font-style: normal;
       font-weight: normal;
       font-stretch: normal;
       font-stretch: normal;
       src: url("/components/com_phocafont/fonts/Domestic_Manners.eot") ;
   }
h6 { font-family: "Domestic Manners", serif, arial, helvetica;
       font-size: 20;
}
</style><![endif]-->
<!--[if !IE]>-->
I don't know where I should change this. I don't understand either why it is there in the first place.
Could help me with this as well?

Thank you, Jeannette

Re: custom font in phoca font

Posted: 26 Jul 2010, 17:58
by Jan
Hi, sorry I don't understand, there is a code for IE browsers (with eot fonts) and for all other browsers (e.g. with ttf or otf fonts)

Jan

Re: custom font in phoca font

Posted: 10 Dec 2012, 15:26
by magnes
I also have used Artisteer. On the end I had to get rid off everything that was in line after font-family in my template.css file, and everything works fine now. Excellent extension. Thanks

Re: custom font in phoca font

Posted: 17 Dec 2012, 12:49
by Jan
Ok