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
I think it would be important to port over CSS support of variable fonts, as they are an important new feature gaining a lot of traction right now.
For example:
font-variation-settings: 'wght' 700;
So should support the font-variation-settings property as attribute DOMString fontVariationSettings.
font-variation-settings
attribute DOMString fontVariationSettings
At the moment, the current workaround is to apply it crudely on the canvas element to affect all text drawn, e.g. https://codepen.io/JuanFuentes/details/bGpGpzg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think it would be important to port over CSS support of variable fonts, as they are an important new feature gaining a lot of traction right now.
For example:
So should support the
font-variation-settings
property asattribute DOMString fontVariationSettings
.At the moment, the current workaround is to apply it crudely on the canvas element to affect all text drawn, e.g. https://codepen.io/JuanFuentes/details/bGpGpzg
The text was updated successfully, but these errors were encountered: