MediaWiki:Common.css: Difference between revisions

From Metaforce TTRPG
Jump to navigation Jump to search
adding Monserrat to wiki
Tag: Reverted
No edit summary
Tag: Manual revert
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
a {font-weight:bold;}
a {font-weight:bold;}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
p {font-family: 'Montserrat', sans-serif;}
h1, h2, h3 {font-family: 'Montserrat', sans-serif; font-weight: 700;}

Latest revision as of 14:49, 15 September 2024

/* CSS placed here will be applied to all skins */
a {font-weight:bold;}