You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think using a typeface with a larger range of weights (or at least more than two) would be a good solution. There are lots of great options on Google Fonts that have a full range of weights.
Issue Overview
Gutenberg uses
font-weight: 600
in many elements as a bolder font weight:https://github.com/WordPress/gutenberg/search?utf8=%E2%9C%93&q=font-weight%3A+600&type=
Where not explicitly assigned, like post title, headings also fall back to the
font-weight: 600
default from WordPress admin styles:https://github.com/WordPress/WordPress/blob/4.8.1/wp-admin/css/common.css#L310-L318
But the Noto Serif font pulled from Google Fonts does not include this weight:
gutenberg/lib/client-assets.php
Lines 813 to 816 in fbb2d42
The default behavior in most browsers to handle this is to try to emulate the weight, which can have undesirable effects:
https://alistapart.com/article/say-no-to-faux-bold
We should decide one of:
font-weight: 700
for bold effectsThe text was updated successfully, but these errors were encountered: