MediaWiki:Font.css: Difference between revisions
ReinDevildom (talk | contribs) Created page with "→Fonts: @import url('https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans+KR:wght@400;700&family=Noto+Sans+SC:wght@400;700&family=Noto+Sans+TC:wght@400;700&family=Noto+Sans+Thai:wght@400;700&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+Avestan:wght@400;700&family=Noto+Sans+Hebrew:wght@400;700&display=swap'); /* Include..." |
ReinDevildom (talk | contribs) made a mess with the code areas |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
/* Include RubikSupplement in font family list */ | /* Include RubikSupplement in font family list */ | ||
body.skin-fandomdesktop, button, input, textarea, body.rubik { | body.skin-fandomdesktop, body.skin-fandommobile, button, input, textarea, body.rubik { | ||
font-family: "Quicksand", sans-serif; | font-family: "Quicksand", sans-serif !important; | ||
} | } | ||
| Line 43: | Line 43: | ||
.portable-infobox h2.pi-header.pi-item, | .portable-infobox h2.pi-header.pi-item, | ||
div.section-header-label { | div.section-header-label { | ||
font-family: "Quicksand", sans-serif; | font-family: "Quicksand", sans-serif !important; | ||
font-weight: 700 !important; | font-weight: 700 !important; | ||
font-style: normal !important | font-style: normal !important | ||
| Line 49: | Line 49: | ||
.mw-headline { | .mw-headline { | ||
font-family: "Quicksand", sans-serif; | font-family: "Quicksand", sans-serif !important; | ||
} | } | ||