Common.css: verschil tussen versies
| Regel 2: | Regel 2: | ||
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap"); | @import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap"); | ||
| − | body {font-family: "Nunito", sans-serif} | + | body {font-family: "Nunito", sans-serif; font-size: 16px;} |
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | /* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */ | ||
#content h1, #content h2 {font-family: "Nunito", sans-serif} | #content h1, #content h2 {font-family: "Nunito", sans-serif} | ||
/* changes the default font used for MediaWiki headings to Noto Serif */ | /* changes the default font used for MediaWiki headings to Noto Serif */ | ||
Versie van 3 feb 2020 om 09:36
/** CSS die hier wordt geplaatst heeft invloed op alle skins */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
body {font-family: "Nunito", sans-serif; font-size: 16px;}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */
#content h1, #content h2 {font-family: "Nunito", sans-serif}
/* changes the default font used for MediaWiki headings to Noto Serif */