Difference between revisions of "User:GuoPC/common.css"

From Moegirlpedia
Jump to: navigation, search
(Create custom CSS page)
 
m
Line 8: Line 8:
 
font-family:
 
font-family:
 
"Source Serif Pro", "Noto Serif", "Source Han Serif", "Noto Serif CJK", Times, serif !important;
 
"Source Serif Pro", "Noto Serif", "Source Han Serif", "Noto Serif CJK", Times, serif !important;
 +
}
 +
 +
.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {
 +
font-family: "Sarasa Term", "Sarasa Term SC", Consolas, monospace !important;
 
}
 
}

Revision as of 09:59, 10 January 2021

[lang="en"],
html[lang="en"] body {
	font-family:
	"Source Sans Pro", "Noto Sans", "Source Han Sans", "Noto Sans CJK", Calibri, Tahoma;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
	font-family:
	"Source Serif Pro", "Noto Serif", "Source Han Serif", "Noto Serif CJK", Times, serif !important;
}

.mw-editfont-monospace, .ace_editor, .ace_editor *, pre, code {
	font-family: "Sarasa Term", "Sarasa Term SC", Consolas, monospace !important;
}