Frage

I am trying to use Open Sans (Turkish version)

I am pretty sure i applied correct syntax. however Turkish character looks different in IE 7,8

IE 9

Ie 9 semibold font

Ie 9 regular font

IE8 and IE7

Ie 8 semibold font

Ie 8 regular font

@font-face {
font-family: 'open_sansregular';
src: url('Fonts/OpenSans-Regular-webfont.eot');
src: url('Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('Fonts/OpenSans-Regular-webfont.woff') format('woff'),
     url('Fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
     url('Fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('Fonts/OpenSans-Semibold-webfont.eot');
    src: url('Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

EDIT This is strange I uploaded example here and it works perfectly. Problem still exist on localhost

I am using VS 2013 and IIS Express 8.0

War es hilfreich?

Lösung

Solution

  1. download fonts from font-squirrel
  2. Upload them to font-squirrel's Font-Generalor
  3. Check Keep existing in Trutype Hinting Section

Font-Squirrel

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top