Difference between revisions of "MediaWiki:Common.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) |
Neumoeglich (talk | contribs) |
||
Line 11: | Line 11: | ||
font-family: 'Raleway', sans-serif; | font-family: 'Raleway', sans-serif; | ||
color: #4C86C3; | color: #4C86C3; | ||
− | + | font-style: italic; | |
} | } | ||
Revision as of 17:14, 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'); @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); /* Default fonts */ #p-logo-text { font-family: 'Raleway', sans-serif; color: #4C86C3; font-style: italic; } body { font-family: "Noto Sans", sans-serif; } #content h1, #content h2 { font-family: 'Raleway', sans-serif; }