Bold text is barely distinguisable from normal text. Please change from 500 to 700 font weight

Bold font is currently font-weight: 500 !important; But that does not stand out visually, which should be the purpose of bold text. Please make it font-weight: 700 !important;

The font-weight 500 is called ‘Medium’, thus it is actually not bold, which is 700.

The current CSS of bold text is font-weight: 500 !important;
Please change this to font-weight: 700 !important;
Bold text stands out better that way.

Before:

after:

2 Likes

We are working on it.

2 Likes