MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus e-vendo Wiki
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
 
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
 
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
 
body {font-family: "Noto Sans", sans-serif}
 
body {font-family: "Noto Sans", sans-serif}
div#content h1, div#content h2 {font-family: "Noto Serif", serif}
+
div#content h1, div#content h2 {font-family: "Noto Sans", sans-serif}

Version vom 22. Mai 2018, 17:04 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
body {font-family: "Noto Sans", sans-serif}
div#content h1, div#content h2 {font-family: "Noto Sans", sans-serif}