CSS coding standards: use numeric values for font weights #11687
Labels
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Bug
An existing feature does not function as intended
[Type] Code Quality
Issues or PRs that relate to code quality
Quoting from the current WordPress CSS coding standards:
https://make.wordpress.org/core/handbook/best-practices/coding-standards/css/
As of now, in Gutenberg I can count 7 occurrences of
bold
. It should be changed to600
which is the value core uses.There are also 5 occurrences of
normal
: it should be changed to400
.The text was updated successfully, but these errors were encountered: