Difference between revisions of "MediaWiki:Common.css"

From niml.org
Share/Save/Bookmark
Line 5: Line 5:
 
   font-size: 1.6em;
 
   font-size: 1.6em;
 
   line-height: 1.6em;
 
   line-height: 1.6em;
 +
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
 
}
 
}

Revision as of 16:20, 14 October 2016

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

/* Bring the text to 14px */
#bodyContent {
  font-size: 1.6em;
  line-height: 1.6em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}