Handelingen

MediaWiki

Common.css: verschil tussen versies

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

Versie van 3 feb 2020 om 10:38

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

body {font-family: "Nunito", sans-serif;}

#content p {font-family: "Nunito", sans-serif; font-size: 16px;}