Difference between revisions of "MediaWiki:Common.css"

From Viridian TTRPG Wiki
Jump to navigation Jump to search
Line 5: Line 5:
body {  
body {  
font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
width: 120ch;
width: 70ch;
}
}



Revision as of 09:38, 13 January 2021

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

body { 
font-family: 'Montserrat', sans-serif;
width: 70ch;
}

#content h1,
#content h2,
#content h3,
#content h4 { 
font-family: 'Montserrat', sans-serif;
}
</style>