If you go to the main website, the @font-face is working fine on all browsers but when I go into the blog which is WordPress then my @font-face does not work in IE but works in Chrome and Firefox. Does anyone know why it does not work?
<div class="preview-image"> <em><?php the_post_thumbnail( array(620,295) ); ?></em> <p>If you see this message then the image didn't load or was not found. <br /> Content the webmaster to fix the problem. <a href="mailto:[email protected]">[email protected]</a></p> </div>
"connect with audiences" is the most obvious corporate speak you can think of.
I only bought Need for Speed from EA because it was the only racing game with cops in existence and I dig that. Now that they killed off NFS franchise, I have nothing to spend money on. EA is officially dead for me, just like Ubisoft which I've been boycotting for some 20 years now...
I wouldn't call it dog water - it's far from my genre of game, but different strokes for different folks. My frustration comes from releasing a new game every year and charging full price when they could easily just patch in new squads and the like on the game that I already have.
BUT if I pay full price for a game, especially these days when it is 50/60 GBP, going up to 70/80 GBP for a deluxe version, the idea of adverts being injected into my experience stinks.
Question
ACTIONpack
If you go to the main website, the @font-face is working fine on all browsers but when I go into the blog which is WordPress then my @font-face does not work in IE but works in Chrome and Firefox. Does anyone know why it does not work?
http://romabio.com/ <--- Main Site
http://romabio.com/newsstand/ <--- Blog WordPress
@font-face {
font-family: 'Bold';
src: url('fonts/bold-webfont.eot');
src: url('fonts/bold-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/bold-webfont.woff') format('woff'),
url('fonts/bold-webfont.ttf') format('truetype'),
url('fonts/bold-webfont.svg#Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Book';
src: url('fonts/book-webfont.eot');
src: url('fonts/book-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/book-webfont.woff') format('woff'),
url('fonts/book-webfont.ttf') format('truetype'),
url('fonts/book-webfont.svg#Book') format('svg');
font-weight: normal;
font-style: normal;
}
[/CODE]
Link to comment
https://www.neowin.net/forum/topic/1118804-font-face-not-loading-in-ie-wordpress/Share on other sites
7 answers to this question
Recommended Posts