Handelingen

MediaWiki

Common.css: verschil tussen versies

Regel 5: Regel 5:
 
/* 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: "Nunito", serif}
+
#content h1, #content h2 {font-family: "Nunito", sans-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:35

/** 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", sans-serif}
/* changes the default font used for MediaWiki headings to Noto Serif */