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?