Skip to content

Commit 568b556

Browse files
committed
Fix <strong> font weight
1 parent 3784ab9 commit 568b556

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/general.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ code {
203203
border: 1px solid var(--gray-universal-36);
204204
}
205205

206+
strong {
207+
font-weight: var(--ifm-font-weight-bold);
208+
font-variation-settings: "wght" var(--ifm-font-weight-bold), "wdth" 100;
209+
}
210+
206211
table {
207212
text-align: left;
208213
}

0 commit comments

Comments
 (0)