Difference between revisions of "MediaWiki:Common.css"

From Viridian TTRPG Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
<style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');


body {  
body {  

Revision as of 17:39, 13 January 2021

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

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

#bodycontent body {
max-width: 70ch;
}

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