MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus UTransForM - Mapping-Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-f…“)
 
Zeile 2: Zeile 2:
  
  
@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
+
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700');
  
body {font-family: "Noto Sans", sans-serif}
+
body {font-family: 'Ubuntu:300', sans-serif;}
 
/* 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: "Noto Serif", serif}
+
div#content h1, div#content h2 {font-family: 'Ubuntu:700', 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 18. Mai 2018, 22:16 Uhr

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


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

body {font-family: 'Ubuntu:300', 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 {font-family: 'Ubuntu:700', sans-serif;}
/* changes the default font used for MediaWiki headings to Noto Serif */