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
Font sizes should adjust proportionately to relative scale
This could impact scaling issues when users zoom/magnify the screen
reference: https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html
Beta release has fixed font sizes using an absolute length unit, px
Attachments
Chrome: Open Settings or Preferences and change the font size to Very large or Very small.
Example at "Very Large"
The text was updated successfully, but these errors were encountered:
// USAGov font ratio is based on 16px // for example h1 @ 2.44rem = 39.04px
// Our conversions // 36px = 2.25rem // 32px = 2rem // 24px = 1.5rem // 22px = 1.375rem // 20px = 1.25rem // 17px = 1.063rem // 16px = 1rem // 15px = 0.938rem
Sorry, something went wrong.
Reviewed this on https://bf-cms-dev.bxdev.net/benefit-finder/death# environment and it looks good to go!
scottqueen-bixal
Successfully merging a pull request may close this issue.
What's expected
Font sizes should adjust proportionately to relative scale
This could impact scaling issues when users zoom/magnify the screen
reference: https://www.w3.org/WAI/WCAG21/Understanding/resize-text.html
What happened
Beta release has fixed font sizes using an absolute length unit, px
Attachments
How to replicate
Chrome: Open Settings or Preferences and change the font size to Very large or Very small.
Example at "Very Large"
The text was updated successfully, but these errors were encountered: