MediaWiki:Tweeki.css: Forskjell mellom sideversjoner
Utseende
mIngen redigeringsforklaring |
mIngen redigeringsforklaring |
||
| Linje 5: | Linje 5: | ||
/* 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): */ | ||
body { | body { | ||
font-family: Roboto,Open Sans,sans-serif; | font-family: "Roboto","Open Sans",sans-serif; | ||
} | } | ||
| Linje 11: | Linje 11: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: Roboto,Open Sans,sans-serif; | font-family: "Roboto","Open Sans",sans-serif; | ||
} | } | ||
Sideversjonen fra 13. aug. 2020 kl. 19:51
/* CSS placed here will affect users of the Tweeki skin */
@import url( 'https://fonts.googleapis.com/css2?family=Roboto ');
@import url( 'https://fonts.googleapis.com/css2?family=Open+Sans ');
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
font-family: "Roboto","Open Sans",sans-serif;
}
/* Changes the default font used for MediaWiki headings to Roboto: */
#content h1,
#content h2 {
font-family: "Roboto","Open Sans",sans-serif;
}