691
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | /* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */ | ||
body { | body { | ||
font-family: "Roboto" | font-family: "Roboto"; | ||
} | } | ||
Line 17: | Line 17: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: "Noto Sans JP" | font-family: "Noto Sans JP"; | ||
} | } |