View Single Post
Old 03-24-2012, 11:50 PM   PM User | #1
utnalove
Regular Coder

 
Join Date: Oct 2008
Location: Poland
Posts: 358
Thanks: 141
Thanked 2 Times in 2 Posts
utnalove is an unknown quantity at this point
Fontface font doesn't work on Internet Explorer

Please look the site glamourina.pl - and the CSS

as you can see there is the following:

Code:
@font-face{ 
	font-family: logofont;
    src: url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.eot');
    src: url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.eot?#iefix') format('embedded-opentype'),
         url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.ttf') format('truetype'),
         url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.svg') format('svg');
}

@font-face
{
font-family: logofontblogomodzie;
    src: url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.eot');
    src: url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.eot?#iefix') format('embedded-opentype'),
         url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.ttf') format('truetype'),
         url('http://glamourina.pl/wp-content/themes/celebritypress5/fonts/font3.svg') format('svg');
}
However Internet Explorer is showing some standard font, not the same that appears in FF, Chrome, Safari, etc....

Do you know why and how I can resolve that?
utnalove is offline   Reply With Quote