Difference between revisions of "MediaWiki:Common.css"
From NewlyPossible.org
Neumoeglich (talk | contribs) |
Neumoeglich (talk | contribs) |
||
| 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@500z&display=swap'); | + | /* @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500z&display=swap'); /* |
| + | @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); | ||
/* Default fonts */ | /* Default fonts */ | ||
| Line 17: | Line 18: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
| − | font-family: " | + | font-family: "Raleway"; |
} | } | ||
Revision as of 15:19, 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@500z&display=swap'); /*
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
/* Default fonts */
.mw-wiki-title-long {
font-family: "Capriola";
}
body {
font-family: "Noto Sans", sans-serif;
}
#content h1,
#content h2 {
font-family: "Raleway";
}