You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
}
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
The text was updated successfully, but these errors were encountered: