Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS fonts for IE9 Reply To: fonts for IE9

#204166
chauhanheena
Participant

@font-face {
font-family: ‘Helvetica Neue’;
src: url(‘font/Helvetica/HelveticaNeue_Lt.ttf’); /* IE9 Compat Modes /
src: url(‘font/Helvetica/HelveticaNeue_Lt.eot?#iefix’) format(’embedded-opentype’), /
IE6-IE8 /
url(‘font/Helvetica/HelveticaNeue_Lt.woff’) format(‘woff’), /
Pretty Modern Browsers /
url(‘font/Helvetica/HelveticaNeue_Lt.eot’) format(‘truetype’), /
Safari, Android, iOS /
url(‘font/Helvetica/HelveticaNeue_Lt.svg#svgFontName’) format(‘svg’); /
Legacy iOS */
font-weight: normal;
font-style: normal;
}

but still doesnt work