User:GnuDoyng/monobook.css

From Wikimedia Incubator

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.
/*
<pre>
For some specific reasons, I've chosen "Charis SIL" as my first default font.
Hope the poor little "Ṳ" looks alright...
*/

body, pre {
    font-family: "Charis SIL", "Arial Unicode MS", "Lucida Sans Unicode";
}

input, textarea, select {
    font-family: "Charis SIL", "Arial Unicode MS", "Lucida Sans Unicode";
}

/*
</pre>
*/