Note that there are some explanatory texts on larger screens.

plurals
  1. POWindows font rendering problems with @font-face in CSS
    primarykey
    data
    text
    <p>I'm having troubles with @font-face on Windows computers (no mather what browser). It works okay in linux and osx. </p> <p>This is the css code i'm using (generated with font-squirel)</p> <p>Check the screenshots for the problem.. There seem to be 2 problems</p> <ul> <li>On windows the fonts are 'dancing'. The are not aligned on the baseline.</li> <li>On windows the fonts look not anti-aliased.</li> </ul> <p>Anybody has an idea? Thanks in advance.</p> <p><strong>Screenshot in OSX &amp; Linux:</strong></p> <p><a href="http://j3rn.org/images/ob_font1.png" rel="nofollow noreferrer">http://j3rn.org/images/ob_font1.png</a></p> <p><strong>Screenshot in Windows:</strong></p> <p><a href="http://j3rn.org/images/ob_font2.png" rel="nofollow noreferrer">http://j3rn.org/images/ob_font2.png</a></p> <p><strong>CSS code</strong></p> <pre><code>@font-face { font-family: 'SchulbuchNordFett'; src: url(assets/fonts/schulbuchnord-fett-webfont.eot'); src: url('assets/fonts/schulbuchnord-fett-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/schulbuchnord-fett-webfont.woff') format('woff'), url('assets/fonts/schulbuchnord-fett-webfont.ttf') format('truetype'), url('assets/fonts/schulbuchnord-fett-webfont.svg#SchulbuchNordFett') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'SchulbuchNordNormal'; src: url('assets/fonts/schulbuchnord-normal-webfont.eot'); src: url('assets/fonts/schulbuchnord-normal-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/schulbuchnord-normal-webfont.woff') format('woff'), url('assets/fonts/schulbuchnord-normal-webfont.ttf') format('truetype'), url('assets/fonts/schulbuchnord-normal-webfont.svg#SchulbuchNordNormal') format('svg'); font-weight: normal; font-style: normal; } </code></pre>
    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