Difference between revisions of "MediaWiki:Common.css"

From Viridian TTRPG Wiki
Jump to navigation Jump to search
Line 26: Line 26:
h3 {
h3 {
font-weight: bold;
font-weight: bold;
align: center;
text-align: center;
}
}
</style>
</style>

Revision as of 17:22, 6 February 2021

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

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

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

#content a {
  font-weight: bold;
}

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

h1,
h2,
h3 {
font-weight: bold;
text-align: center;
}
</style>