MediaWiki:Common.css: Unterschied zwischen den Versionen
LB (Diskussion | Beiträge) |
LB (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
− | @import url('https://fonts.googleapis.com/css?family= | + | @import url('https://fonts.googleapis.com/css?family=Noto'); |
− | body {font-family: ' | + | body {font-family: 'Noto', sans-serif; font-size:12px;} |
− | div#content h1, div#content h2 {font-family: ' | + | div#content h1, div#content h2 {font-family: 'Noto', sans-serif;} |
Version vom 22. Mai 2018, 16:22 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
@import url('https://fonts.googleapis.com/css?family=Noto');
body {font-family: 'Noto', sans-serif; font-size:12px;}
div#content h1, div#content h2 {font-family: 'Noto', sans-serif;}