MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Awsome2464 (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: * { font-family: fresca }") |
Awsome2464 (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 */ | ||
.fresca-regular { | |||
font-family: "Fresca", sans-serif; | |||
font-weight: 400; | |||
font-style: normal; | |||
} | |||
* { font-family: fresca } | |||
* { font-family: .fresca-regular } |
Revision as of 13:23, 17 March 2025
/* CSS placed here will be applied to all skins */ .fresca-regular { font-family: "Fresca", sans-serif; font-weight: 400; font-style: normal; } * { font-family: .fresca-regular }