0

For some reason my font does not correctly render in IE11, but is fine in Chrome. Here is my code:

@font-face {
  font-family: 'LT_21152';
  src: url('../../fonts/LT_21152.ttf') format('truetype');
}

Does anyone know why this is?

Drostan
  • 1,809
  • 3
  • 16
  • 22
  • Try to look at this one http://stackoverflow.com/questions/30174622/font-face-not-working-with-specific-version-of-internet-explorer-11 – exoslav Mar 17 '17 at 13:33
  • 1
    use .eot format. Ref: https://css-tricks.com/snippets/css/using-font-face/ Upload your font in https://www.fontsquirrel.com/tools/webfont-generator – Tamil Selvan C Mar 17 '17 at 13:34

0 Answers0