User:Elsandosgrande/common.css

From KDE Community Wiki

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.
/* This should cover all headers, all body text, and hopefully a few other things as well. I've chosen to leave out Wikipedia's banners that appear above articles. */
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #personal h1, #personal h2, #personal h3, #personal h4, #personal h5, #personal h6, #personal dt, body {
    font-family: "Source Serif 4 Variable", "Source Serif 4", "Source Serif Variable", "Source Serif Pro", "Source Han Serif VF", "Source Han Serif", "DejaVu Serif", serif;
} 

/* This should cover all my monospace needs. */
.screenplay, code, tt, kbd, pre, samp, .skin-timeless .monospace {
	font-family: "SourceCodeVF", "Source Code Pro", "Source Han Mono", "CaskaydiaCove Nerd Font", "Cascadia Code", "DejaVu Sans Mono", monospace;
}

/*  
In case I ever want sans-serif
    font-family: "SourceSans3VF", "Source Sans 3", "Source Sans Pro", "Source Han Sans VF", "Source Han Sans", "DejaVu Sans", sans-serif;
*/