Quantcast
Channel: CSS @font-face not working in IE8 - Stack Overflow
Viewing all articles
Browse latest Browse all 5

CSS @font-face not working in IE8

$
0
0

I have tried reading multiple articles on how to deal with custom fonts in IE, but they never seemed to work for me. I tried converting the fonts to EOT, but that didn't seem to work either. I am not sure what I am doing wrong, so I will post my code

@font-face {  font-family: "Klavika Regular";    src: url('../fonts/klavika.eot');    src: local('☺'), url('../fonts/klavika.woff') format('woff'), url('../fonts/klavika.ttf') format('truetype'), url('../fonts/klavika.svg') format('svg');  font-weight: normal;  font-style: normal;}

Viewing all articles
Browse latest Browse all 5

Latest Images

Trending Articles



Latest Images