Difference between revisions of "MediaWiki:Common.css"

From Polyglot Club WIKI
Jump to navigation Jump to search
Line 6: Line 6:


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

Revision as of 13:30, 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", "Antic", Arial, sans-serif !important;
}