Difference between revisions of "MediaWiki:Common.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) |
Neumoeglich (talk | contribs) |
||
(21 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
@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'); | @import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap'); | ||
− | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@ | + | @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap'); |
+ | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap'); | ||
/* Default fonts */ | /* Default fonts */ | ||
− | + | ||
− | font-family: | + | #p-logo-text { |
+ | font-family: 'Raleway', sans-serif; | ||
+ | color: #4C86C3; | ||
} | } | ||
body { | body { | ||
− | font-family: " | + | font-family: "Open Sans", sans-serif; |
} | } | ||
#content h1, | #content h1, | ||
− | #content h2 { | + | #content h2, |
− | font-family: | + | #content h3 { |
+ | font-family: 'Raleway', sans-serif; | ||
+ | } | ||
+ | |||
+ | li { | ||
+ | margin: 6px 0; | ||
} | } |
Latest revision as of 19:41, 23 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'); @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap'); /* Default fonts */ #p-logo-text { font-family: 'Raleway', sans-serif; color: #4C86C3; } body { font-family: "Open Sans", sans-serif; } #content h1, #content h2, #content h3 { font-family: 'Raleway', sans-serif; } li { margin: 6px 0; }