Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: <style> @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); </style>") |
|||
| Line 2: | Line 2: | ||
<style> | <style> | ||
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap'); | ||
body { | |||
font-family: 'Montserrat', sans-serif; | |||
} | |||
#content h1, | |||
#content h2, | |||
#content h3, | |||
#content h4 { | |||
font-family: 'Montserrat', sans-serif; | |||
} | |||
</style> | </style> | ||
Revision as of 09:27, 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;
}
#content h1,
#content h2,
#content h3,
#content h4 {
font-family: 'Montserrat', sans-serif;
}
</style>