Difference between revisions of "MediaWiki:Vector.css"

From Ruud Koot
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
body {
 +
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 +
}
 
.mw-body {
 
.mw-body {
 
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 
   font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;

Revision as of 08:31, 12 November 2014

/* CSS placed here will affect users of the Vector skin */
body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.mw-body {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif !important;
}