Handelingen

MediaWiki

Common.css: verschil tussen versies

(Nieuwe pagina aangemaakt met '* CSS die hier wordt geplaatst heeft invloed op alle skins: @import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap"); body {font-fami...')
 
Regel 2: Regel 2:
 
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
 
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
  
body {font-family: "Noto Sans", sans-serif}
+
body {font-family: "Nunito", 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) */
  
#content h1, #content h2 {font-family: "Noto Serif", serif}
+
#content h1, #content h2 {font-family: "Nunito", serif}
 
/* changes the default font used for MediaWiki headings to Noto Serif */
 
/* changes the default font used for MediaWiki headings to Noto Serif */

Versie van 3 feb 2020 om 10:34

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");

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

#content h1, #content h2 {font-family: "Nunito", serif}
/* changes the default font used for MediaWiki headings to Noto Serif */