MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus UTransForM - Mapping-Wiki
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
/* 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) */
  
div#content h1, div#content h2 {font-family: 'Ubuntu', sans-serif;}
+
div#content h1, div#content h2, h3, h4 {font-family: 'Ubuntu', sans-serif;}
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 
/* changes the default font used for MediaWiki headings to Noto Serif */

Version vom 19. Mai 2018, 19:17 Uhr

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


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Ubuntu:700');

body {font-family: 'Open Sans', sans-serif;}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

div#content h1, div#content h2, h3, h4 {font-family: 'Ubuntu', sans-serif;}
/* changes the default font used for MediaWiki headings to Noto Serif */