Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
  font-family: /*'Roboto', 'Open Sans',*/ Arial, 'Microsoft JhengHei', Sans-Serif;
  font-size: 20.5714px;/*so that for those wiki projects that I haven't set the css the font will be at 18 px*//*21*//*19px*/
  text-rendering: optimizeSpeed;/*optimizeLegibility*/
  /*font-weight: 500;*/
  /*-webkit-font-smoothing: subpixel-antialiased;*//*subpixel-antialiased*/
}

.mw-body h1, .mw-body h2 {
	font-size: 34px;/* Will be overwrite by local skin */
	font-family:'Linux Libertine', Georgia, Times, 'Microsoft JhengHei', serif;
	text-rendering: optimizeLegibility;
}

/*.mw-body h1, .mw-body h2 {
	font-family:'Linux Libertine', Georgia, Times, 'Microsoft JhengHei', serif;
	text-rendering: optimizeLegibility;
}*/

.mw-body-content{
	font-size: 18px;/* Will be overwrite by local skin */
}

div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li {
    font-size: 16px;/* Will be overwrite by local skin */
}

pre, code, tt, kbd, samp, .mw-code {
    font-family: 'Source Code Pro', 'Consola', monospace, 'Courier';
    font-size: 17px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}