Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
font-family: Montserrat, sans-serif; | font-family: Montserrat, sans-serif; | ||
} | } | ||
#content .mw-body-content { | |||
font-family: Montserrat, serif | |||
} | |||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { |
Version vom 6. Mai 2021, 09:17 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* Font-family Montserrat */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i&display=swap');
body.mediawiki,
body.mediawiki.x-body {
font-family: Montserrat, sans-serif;
}
#content .mw-body-content {
font-family: Montserrat, serif
}
#content h1,
#content h2 {
font-family: Montserrat, serif
}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
font-family: Montserrat, serif
}
/* Links */
#mw-body-content a,
.mw-body-content a {
font-weight: bold;
}
#mw-body-content a:hover,
.mw-body-content a:hover {
text-decoration: underline;
}