-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Audit] Small text on the website #137
Comments
We ran a search for
|
14px copy on the site: TDP worksheets
Planning for retirement
Paying for college
|
@meissadia |
Moved here: cfpb/design-system#1703 |
As I review the component library implementation some questions have come up related to small text on our website. I am specifically concerned with text that is smaller than 16px in size. From a design perspective we set paragraph text at 16px to maximize accessibility and readability. We don't have guidelines for what type of text can or should be smaller than 16px and early this year the "Microcopy" category was deprecated from the Design System website.
It's possible that over the years we have determined that some specific content or content types on the site are of a lower level of importance and can be scaled at a smaller size (to minimize their prominence). But, as we build the component library I'd like to take another look at this from a global perspective to determine whether these are outliers or whether there is a general rule we can define and document in the Design System.
Currently, small text appears on our site in a variety of ways (I am still compiling):
In the code I see:
<small class>
which sizes text to 0.875em (14px)<nav class="breadcrumbs">
which sizes text to 0.875em (14px)The text was updated successfully, but these errors were encountered: