12,304
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 */ | ||
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap'); | |||
/* overall style */ | /* overall style */ | ||
html, body { | html, body { | ||
font-family: | font-family: 'Noto Sans', sans-serif; | ||
} | } | ||
/* header style */ | /* header style */ | ||
#firstHeading{ | #firstHeading{ | ||
font-family: | font-family: Georgia, serif; | ||
} | } | ||
h2{ | h2{ | ||
font-family: | font-family: Georgia, serif; | ||
} | } | ||