MediaWiki:Common.css: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: * { font-family: fresca }")
 
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 }