Wijzigingen

Naar navigatie springen Naar zoeken springen
381 bytes toegevoegd ,  20 feb 2021 15:29
geen bewerkingssamenvatting
Regel 2: Regel 2:  
.light-background .caption p, h3 {
 
.light-background .caption p, h3 {
 
     color: #000;
 
     color: #000;
 +
}
 +
@import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif ');
 +
 +
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
 +
body {
 +
  font-family: "Noto Sans", sans-serif;
 +
}
 +
 +
/* Changes the default font used for MediaWiki headings to Noto Serif: */
 +
#content h1,
 +
#content h2 {
 +
  font-family: "Noto Serif", serif;
 
}
 
}

Navigatiemenu