More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1, h2 | @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif '); | ||
font-family: | |||
#content h1, | |||
#content h2{ | |||
font-family: "Noto Sans", sans-serif; | |||
} | } | ||
.mw-body { | .mw-body { | ||
background: gray; | background: light-gray; | ||
} | } |
Revision as of 16:42, 11 August 2020
/* CSS placed here will be applied to all skins */ @import url( 'https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif '); #content h1, #content h2{ font-family: "Noto Sans", sans-serif; } .mw-body { background: light-gray; }