-
Notifications
You must be signed in to change notification settings - Fork 237
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
Should we set a default font size of 19px on main? #546
Comments
Potentially we would consider extending the global styles to mirror Elements if there is a need? |
Before we do this it will need to be considered along with alphagov/govuk-frontend#858 which introduces a root-font-size variable for a conversion to rems. Won't make any difference to this specific problem but the implementation should probably wait. This is an interesting problem though, to some degree I think we have considered |
For context: user of prototype kit noticed that font size of links on Task list is not being set. |
Isn't that an issue with |
possibly, but they used to get their font size from 19px being set on main |
Let's talk to Frontend team about this. |
Should this be addressed by global styles in Frontend? |
closing as it has not come up recently |
Elements used to set a default font size of 19px on the
main
element, this is our default font size for text on GOV.UK.In the new prototype kit, we are using global styles to set
<p>
to 19px, but other elements would be 16px. A good example would be someone adding an<a>
element to their prototype - the font size will be wrong by default.The text was updated successfully, but these errors were encountered: