We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working draft: https://www.w3.org/TR/css-fonts-4/#font-style-prop
At the moment it's only supported by Firefox, so it's not really urgent.
Also plays into the font matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
Presently font-snapper only works properly with font-style: oblique without an angle. There's a hack in place to avoid crashing:
font-style: oblique
font-snapper/lib/fontSnapper.js
Lines 7 to 14 in 905eb49
Once implemented, add to the fuzz tests by switching to headless Firefox and removing:
font-snapper/test/fuzz.js
Lines 151 to 153 in ae0f479
Lines 166 to 168 in ae0f479
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Working draft: https://www.w3.org/TR/css-fonts-4/#font-style-prop
At the moment it's only supported by Firefox, so it's not really urgent.
Also plays into the font matching algorithm: https://www.w3.org/TR/css-fonts-4/#font-matching-algorithm
Presently font-snapper only works properly with
font-style: oblique
without an angle. There's a hack in place to avoid crashing:font-snapper/lib/fontSnapper.js
Lines 7 to 14 in 905eb49
Once implemented, add to the fuzz tests by switching to headless Firefox and removing:
font-snapper/test/fuzz.js
Lines 151 to 153 in ae0f479
font-snapper/test/fuzz.js
Lines 166 to 168 in ae0f479
The text was updated successfully, but these errors were encountered: