User:Elsandosgrande/common.css: Difference between revisions

From KDE Community Wiki
(Created page with "→‎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", "Sour...")
 
(No difference)

Latest revision as of 23:46, 29 August 2023

/* 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;
*/