PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Imported woff font not working with IE
Imported woff font not working with IE
Débuté par tom, 26 mar. 2018 13:26 - Aucune réponse
Posté le 26 mars 2018 - 13:26
Hello

Via the assistant have I imported a new font into my project. That went well and the font is displayed in Chrom/FF/Opera/Edge... everywhere except IE (tested only with v11).

An inspection with the Dev tools shows as Font-Family the correct font (Lemance, in my case).

The fonts are imported into the correct folder (..._WEB/Styles/Fonts) and the CSS looks like this:

@font-face
{
font-family: 'Lemance_W_Rg';
font-style: normal;
font-weight: normal;
src: url();
src: local('Lemance_W_Rg'), url() format('embedded-opentype'), url(Lemance_W_Rg.woff) format('woff'), url() format('truetype'), url() format('svg');
}

anyone any idea why only IE is not working? I'm not really a webdev, unfortunately.

Thank you