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>
A McDonald's restaurant uses about 1.5 to 2 million gallons of water per year for operations like food preparation, cleaning, and restrooms. That is a lot less than the 2,083 gallons of water per megawatt hour mentioned above.
Turbo Pascal
Original authorAnders Hejlsberg (at Borland)
DeveloperBorland
Release20 November 1983; 42 years ago[1][2]
Operating systemCP/M, CP/M-86, MS-DOS, Windows 3.x, Classic Mac OS
PlatformZ80, x86, 68000, PC-98
https://en.wikipedia.org/wiki/Turbo_Pascal
It was the one language I actually learned to program in. I wasn't very good at it and never used it at work.
If anyone has any personal Turbo Pascal stories or personal accomplishments using it, please take a moment to share. Thanks. Peace
Underpowered and overpriced, both separately and together.
This is to be taken as a "1st gen" (Linux+Proton based), and to wait for the 2nd gen that hopefully is a bit better value/balanced. Or wait for a sale.
The Korean company said that UFS 5.0 integrates the latest embedded memory interface standard from JEDEC and achieves up to 10.8 gigabytes per second (GB/s) transfer speeds. Regarding write speeds, Samsung UFS 5.0 can reach 9.5 GB/s.
ISTM that those are pretty fast speeds for local mobile storage.
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