Difference between revisions of "MediaWiki:Common.css"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
body {
   font-family: Montserrat, Calibri, Tahoma, Geneva, sans-serif;
+
   font-family: Montserrat;
 
   font-size: 16px;
 
   font-size: 16px;
  

Revision as of 12:28, 9 April 2015

/* CSS placed here will be applied to all skins */
body {
  font-family: Montserrat;
  font-size: 16px;

h1 { font-size: 188%; font: Montserrat;}
h2 { font-size: 150%; font: Montserrat;}
h3 { font-size: 132%; font: Montserrat;}
h4 { font-size: 116%; font: Montserrat;}
h5 { font-size: 100%; font: Montserrat;}
h6 { font-size: 80%;  font: Montserrat;}

}