691
edits
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
} | } | ||
@import url('https://fonts.googleapis.com/ | @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif '); | ||
/* 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: | font-family: "Noto Sans", sans-serif; | ||
} | } | ||
Line 18: | Line 17: | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: "Noto | font-family: "Noto Serif", serif; | ||
} | } |