Difference between revisions of "MediaWiki:Common.css"

From Supporting Individual Artists
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-family: Lato, sans-seif; }")
 
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: Lato, sans-seif;
   font-family: Lato, sans-serif;
}
 
h1 h2 h3 h4 h5 {
  font-family: Lato, sans-serif;
 
}
}

Revision as of 10:40, 12 July 2017

/* CSS placed here will be applied to all skins */
body {
  font-family: Lato, sans-serif;
}

h1 h2 h3 h4 h5 {
  font-family: Lato, sans-serif;

}