fonts files are misordered
therilab opened this issue · 0 comments
therilab commented
Hi,
The fonts files are misordered. The good order must be like this :
@font-face {
font-family: maFonte;
src: url(maFonte.eot'); /* Compatibilité IE9 /
/ Compatibilité IE6-IE8 /
src: url(maFonte.eot?#iefix') format('embedded-opentype'),
/ woff2 pour les navigateurs les plus récents /
url(maFonte.woff2') format('woff2'),
/ woff pour les navigateurs récents /
url(maFonte.woff') format('woff'),
/ Safari, Android, iOS /
url(maFonte.ttf') format('truetype'),
/ Legacy iOS */
url(maFonte.svg#svgFontName') format('svg');
}
https://www.dareboost.com report a compatibility error
thx for your work