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
If you use CSS variables to define the font like:
body { font-family: var(--font-family); }
then later you define something like:
'--font-family': `"Electrolux Sans", system-ui, -apple-system,BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,Noto Color Emoji`,
the sizes won't be correct. If you hardcode the font family on the body it does work though.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you use CSS variables to define the font like:
then later you define something like:
the sizes won't be correct. If you hardcode the font family on the body it does work though.
The text was updated successfully, but these errors were encountered: