Home › Forums › CSS › fonts for IE9 › Reply To: fonts for IE9
June 25, 2015 at 5:29 am
#204166
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