Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fonts files are misordered #86

Open
therilab opened this issue Sep 27, 2017 · 0 comments
Open

fonts files are misordered #86

therilab opened this issue Sep 27, 2017 · 0 comments
Labels

Comments

@therilab
Copy link

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

@mruz mruz added the bug label May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants