Difference between revisions of "MediaWiki:Common.css"

From STATOR
Jump to navigation Jump to search
Line 10: Line 10:
  
 
.page-Main_Page h1.firstHeading { display: none; }
 
.page-Main_Page h1.firstHeading { display: none; }
 +
 +
pre {
 +
  font-family: Source Code Pro, monospace;
 +
}

Revision as of 22:00, 25 October 2012

/* CSS placed here will be applied to all skins */

* {
  font-family: Linux Biolinum G, Linux Biolinum O, sans;
}

h1.firstHeading, .mw-headline {
  font-family: Linux Libertine G, Linux Libertine O, serif;
}

.page-Main_Page h1.firstHeading { display: none; }

pre {
  font-family: Source Code Pro, monospace;
}