Difference between revisions of "MediaWiki:Common.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap'); /* Change the default font used for MediaWi...") |
Neumoeglich (talk | contribs) |
||
Line 2: | Line 2: | ||
@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap'); | ||
+ | @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap'); | ||
/* Change the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Change the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
Line 11: | Line 12: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
− | font-family: " | + | font-family: "Lexend+Deca"; |
} | } |
Revision as of 15:47, 21 February 2021
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap'); /* Change the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ body { font-family: "Noto Sans", sans-serif; } /* Change the default font used for MediaWiki headings to Noto Serif: */ #content h1, #content h2 { font-family: "Lexend+Deca"; }