css - Font-face not working on IE8 Down -
i've looked online , can't see wrong font-face css, isn't working on ie 8 , lower, love see if knows how fix issue or if there see i'm doing wrong.
css
@font-face { font-family: 'univers-condensedbold'; src: url('univers-condensedbold.eot'); src: url('univers-condensedbold.eot?#iefix') format('embedded-opentype'), url('univers-condensedbold.woff') format('woff'), url('univers-condensedbold.ttf') format('truetype'), url('univers-condensedbold.svg#univers-condensedbold') format('svg'); font-weight: normal; font-style: normal; font-smooth: always; } @font-face { font-family: 'univers-light'; src: url('univers-light.eot'); src: url('univers-light.eot?#iefix') format('embedded-opentype'), url('univers-light.woff') format('woff'), url('univers-light.ttf') format('truetype'), url('univers-light.svg#univers-light') format('svg'); font-weight: normal; font-style: normal; font-smooth: always; }
Comments
Post a Comment