• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » Different font to IE
Different font to IE
Muşatinu
Posts: 46
Reputation: 0

Message # 1 | 7:27 AM
Hi. I have font James Fajardo http://maxrom.net/fonts/James_Fajardo.ttf that i put it in CSS

Code
@font-face{
font-family:'James Fajardo';
src: url('/fonts/James_Fajardo.ttf ');
}

#blog_name {
   font-family:James Fajardo;
   position:relative;
   font-size:50px;
   color:#88624d;
   margin:0 230px 0 340px;
   padding-top:20px;
}


and in html between

Code
<div id="blog_name">text</div>
.

My problem is that in Internet Explorer isn't working, but with Firefox working fine.
What can I do?
Post edited by Muşatinu - Friday, 2012-06-15, 7:28 AM
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 2 | 7:33 AM
Muşatinu, IE (9+) atm only supports the linking of font files which are Embedded Open Type fonts (.eot). The font you are using is a standard True Type font which is supported by all other browsers. The only suggestion I can make is to find a version of the font you are using which is saved as an EOT font or alternatively try and convert the existing font file to an EOT version if it's possible.

Hope this helps, happy

'Moved to users communication

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Muşatinu
Posts: 46
Reputation: 0

Message # 3 | 8:52 AM
Paradox, Thank you, it's working now.
uCoz Community » For Webmasters » Custom Solutions » Different font to IE
  • Page 1 of 1
  • 1
Search: