MediaWiki:Mobile.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 18: | Zeile 18: | ||
pre, textarea { | pre, textarea { | ||
font-family: monospace, monospace; | font-family: monospace, monospace; | ||
} | |||
.frontpage-icon { | |||
display: inline-flex; | |||
} | } |
Version vom 14. Oktober 2020, 10:55 Uhr
/**
* MediaWiki:Mobile.css
*/
@import url('https://fonts.googleapis.com/css?family=ABeeZee&display=swap');
body,
html,
#content h1,
#content h2,
#content h3,
#content h3,
#content h4,
#content h5,
#content h6 {
font-family: 'ABeeZee', sans-serif !important;
}
pre, textarea {
font-family: monospace, monospace;
}
.frontpage-icon {
display: inline-flex;
}