Bold not shown in "introduction" id #2815

Open
opened 2022-10-10 13:14:22 +00:00 by lucabon · 1 comment
Member

Bold (strong) is not shown on id="introduction" due to this CSS setting:
#introduction p strong {
font-weight: 500;
}

Maybe simply remove it from fsfe.min.css?

Bold (strong) is not shown on id="introduction" due to this CSS setting: #introduction p strong { font-weight: 500; } Maybe simply remove it from fsfe.min.css?
Owner

Another thing we could do is give the strong in an introduction even more font-weight (the default values are 400 being normal and 700 being bold or so).

Do you remember a page where the strong tag was used in an introduction?

Another thing we could do is give the `strong` in an `introduction` even more `font-weight` (the default values are 400 being normal and 700 being bold or so). Do you remember a page where the `strong` tag was used in an `introduction`?
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FSFE/fsfe-website#2815
No description provided.