151
edits
m |
m |
||
Line 24: | Line 24: | ||
/* Weights (tune these) */ | /* Weights (tune these) */ | ||
--body-regular: 400; /* normal paragraphs */ | --body-regular: 400; /* normal paragraphs */ | ||
--body-strong: | --body-strong: 500; /* lighter-than-bold for <b>/<strong> */ | ||
/* If your kit lacks 500/Medium, change this to 600 (Semibold) */ | /* If your kit lacks 500/Medium, change this to 600 (Semibold) */ | ||
} | } | ||
Line 84: | Line 84: | ||
b, strong, | b, strong, | ||
.mw-parser-output b, .mw-parser-output strong { | .mw-parser-output b, .mw-parser-output strong { | ||
font-variation-settings: "wght" | font-variation-settings: "wght" 600; /* lighter-than-700 bold */ | ||
} | } | ||
} | } |