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?
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?