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
It seems like normalize is overriding the body with font-family: sans-serif, instead of reboot's setting of $font-family-base
The text was updated successfully, but these errors were encountered:
I think it's a duplicate of #21588
Sorry, something went wrong.
_reboot.scss
// Normalize includes `font: inherit;`, so `font-family`. `font-size`, etc are // properly inherited. However, `line-height` isn't inherited there.
But normalize doesn't inherit the font anymore.
Dupe of #21588.
No branches or pull requests
It seems like normalize is overriding the body with font-family: sans-serif, instead of reboot's setting of $font-family-base
The text was updated successfully, but these errors were encountered: