-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
core(font-size): recalibrate the legible font sizes #4550
core(font-size): recalibrate the legible font sizes #4550
Conversation
<p class='small'> 1 </p> | ||
<small>2</small> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<small>
has a font-size of ~13px , h6 is ~10px
'[Learn more](https://developers.google.com/speed/docs/insights/UseLegibleFontSizes).', | ||
helpText: 'Font sizes less than 12px are too small to be legible and require mobile ' + | ||
'visitors to “pinch to zoom” in order to read. Strive to have >60% of page text ≥12px. ' + | ||
'[Learn more](https://developers.google.com/web/fundamentals/design-and-ux/responsive/#optimize_text_for_reading).', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rviscomi FYI I updated the link to avoid the redirect + BTW do we have anything better we can link to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is ok for now. Please work with @kaycebasques to get first-party LH SEO audit docs online and we can update this link when ready.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay for iterating on user feedback! :D 🎉 🎈
@kdzwinel @paulirish @rviscomi Curious, do sites actually get penalized for this via regular scan algorithms using this rule set (actual Google ranking) or is this only informative through the Lighthouse audit and other tools like Search Console notifications? |
Fixes #4448