12,303
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) 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 */ | ||
/* overall style */ | /* overall style */ | ||
html, body { | html, body { | ||
font-family: Noto, Calibri, sans-serif; | font-family: 'Noto Sans', 'Calibri', sans-serif; | ||
} | } | ||
/* header style */ | /* header style */ | ||
#firstHeading, h2 { | #firstHeading, h2 { | ||
font-family: Georgia, serif; | font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | ||
} | } | ||