Skip to content
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

Commits on Aug 8, 2023

  1. 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.
    synecdokey authored and RobinMalfait committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    e1f729e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e93a879 View commit details
    Browse the repository at this point in the history
  3. update tests

    RobinMalfait committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    2db50c4 View commit details
    Browse the repository at this point in the history
  4. update changelog

    RobinMalfait committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6b99be3 View commit details
    Browse the repository at this point in the history