MediaWiki:Common.css: Difference between revisions

From Metaforce TTRPG
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: a {font-weight:bold;}"
 
adding Monserrat to wiki
Tag: Reverted
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;}

Revision as of 14:46, 15 September 2024

/* CSS placed here will be applied to all skins */
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;}