MediaWiki:Common.css: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
No edit summary
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 {
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');
  font-family: "Fresca", sans-serif;
  font-weight: 400;
  font-style: normal;
}
 


* { font-family: fresca }
* { font-family: fresca }

Revision as of 13:27, 17 March 2025

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');

* { font-family: fresca }