151
edits
m |
|||
Line 68: | Line 68: | ||
text-shadow: none !important; | text-shadow: none !important; | ||
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; | font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; | ||
} | |||
@supports (font-variation-settings: normal) { | |||
html, body, .mw-body, .mw-parser-output, .vector-body { | |||
font-variation-settings: "wght" 440; /* comfy body weight */ | |||
} | |||
b, strong, | |||
.mw-parser-output b, .mw-parser-output strong { | |||
font-variation-settings: "wght" 560; /* lighter-than-700 bold */ | |||
} | |||
} | } |