473
edits
Line 3: | Line 3: | ||
body { | body { | ||
font-family: "sofia-pro", sans-serif; | font-family: "sofia-pro", sans-serif; | ||
font-style:normal; | |||
font-weight:400 | |||
} | } | ||
/* Changes the default font used for MediaWiki headings to Sofia Pro */ | /* Changes the default font used for MediaWiki headings to Sofia Pro */ | ||
Line 8: | Line 10: | ||
#content h2 { | #content h2 { | ||
font-family: "sofia-pro", sans-serif; | font-family: "sofia-pro", sans-serif; | ||
font-style:normal; | |||
font-weight:400 | |||
} | } | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ |