MediaWiki:Common.css: Difference between revisions
use inter/jb mono |
(No difference)
|
Revision as of 20:16, 26 December 2023
/* CSS placed here will be applied to all skins */
html, body {
font-family: 'Inter', sans-serif;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Inter', sans-serif;
font-weight: bold;
}
pre, code, tt, kbd, samp, .mw-code { font-family: "JetBrains Mono", monospace; }
.mw-parser-output .monospaced { font-family: "JetBrains Mono", monospace !important; }
.ve-init-mw-desktopArticleTarget .CodeMirror-code, .ve-init-mw-desktopArticleTarget .ve-ui-mwWikitextSurface .ve-ce-paragraphNode { font-family: "JetBrains Mono", monospace; }