Note that there are some explanatory texts on larger screens.

plurals
  1. POcannot make font-face work on IE,7,8
    primarykey
    data
    text
    <p>I cannot make <code>font-face</code> work on <code>IE7</code> and <code>IE8</code>.</p> <p>The code I used is:</p> <pre><code>@font-face { font-family: 'DroidSans'; src: url('fonts/DroidSans.eot'); src: url('fonts/DroidSans.eot?iefix') format('eot'), url('fonts/DroidSans.woff') format('woff'), url('fonts/DroidSans.ttf') format('truetype'), url('fonts/DroidSans.svg#webfont1BSMunJa') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'DroidSans'; src: url('fonts/DroidSans-Bold.eot'); src: url('fonts/DroidSans-Bold.eot?iefix') format('eot'), url('fonts/DroidSans-Bold.woff') format('woff'), url('fonts/DroidSans-Bold.ttf') format('truetype'), url('fonts/DroidSans-Bold.svg#webfont1BSMunJa') format('svg'); font-weight: bold; } @font-face { font-family: 'Lobster'; src: url('fonts/Lobster.eot'); src: url('fonts/Lobster.eot?iefix') format('eot'), url('fonts/Lobster.woff') format('woff'), url('fonts/Lobster.ttf') format('truetype'), url('fonts/Lobster.svg#webfont1BSMunJa') format('svg'); font-weight: normal; font-style: normal; } </code></pre> <p>I have read these articles:</p> <ul> <li><a href="http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/" rel="nofollow">http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/</a></li> <li><a href="http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax" rel="nofollow">http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax</a></li> <li><a href="http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax" rel="nofollow">http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax</a></li> </ul> <p>They all state this solution should be cross browser compatible:</p> <p><strong>Browser compatibility: Safari, IE 6-9, IE 9 Compatibility Modes, Firefox, Chrome, iOS, Android, Opera</strong></p> <p>What am I doing wrong? Is there anyone with experience in these things?</p> <p>I'm testing this here: dev.holiday.ge/xhtml/</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload