-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
feat(preflight): simplify sans-serif font stack #11748
feat(preflight): simplify sans-serif font stack #11748
Conversation
`-apple-system` and `BlinkMacSystemFont` were historically needed for IE11 and chakra-based Edge (The one that wasn't chromium-based). https://caniuse.com/font-family-system-ui has more details around it.
7f274b8
to
6b99be3
Compare
Hey, thanks so much for this contribution! 🙏 I further simplified the Since this is only a change in the value of an existing plugin, it means that the docs will automatically update once we release the next version of Tailwind CSS so no additional work has to be done there. Thank you! |
* feat(preflight): simplify sans-serif font stack `-apple-system` and `BlinkMacSystemFont` were historically needed for IE11 and chakra-based Edge (The one that wasn't chromium-based). https://caniuse.com/font-family-system-ui has more details around it. * further simplify `font-family` * update tests * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
* feat(preflight): simplify sans-serif font stack `-apple-system` and `BlinkMacSystemFont` were historically needed for IE11 and chakra-based Edge (The one that wasn't chromium-based). https://caniuse.com/font-family-system-ui has more details around it. * further simplify `font-family` * update tests * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
* feat(preflight): simplify sans-serif font stack `-apple-system` and `BlinkMacSystemFont` were historically needed for IE11 and chakra-based Edge (The one that wasn't chromium-based). https://caniuse.com/font-family-system-ui has more details around it. * further simplify `font-family` * update tests * update changelog --------- Co-authored-by: Robin Malfait <[email protected]>
-apple-system
andBlinkMacSystemFont
were historically needed for IE11 and chakra-based Edge (The one that wasn't chromium-based), but that was a while ago now. I figured I could send a PR to update that.https://caniuse.com/font-family-system-ui has more details around it/current support.
I'm also happy to provide the docs update if this gets approved!