Difference between revisions of "MediaWiki:Common.css"

From Polyglot Club WIKI
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body, p, h1, h2, h3 {
body, p{
   font-family: Arial, sans-serif !important;
   font-family: Arial, sans-serif !important;
}
h1, h2, h3 {
  font-family: "Lithos Pro", Arial, sans-serif !important;
}
}

Revision as of 13:15, 18 October 2016

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

body, p{
  font-family: Arial, sans-serif !important;
}

h1, h2, h3 {
  font-family: "Lithos Pro", Arial, sans-serif !important;
}