MediaWiki:Common.css: Difference between revisions
removing as much main page css as possible |
Merriweather -> Lora |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import url('https://fonts.googleapis.com/css2?family= | @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap'); | ||
| Line 88: | Line 88: | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
font-family: ' | font-family: 'Lora', serif; | ||
font-weight: 800; | font-weight: 800; | ||
font-size: 1.5rem; | font-size: 1.5rem; | ||
| Line 103: | Line 103: | ||
h1, h2 { | h1, h2 { | ||
font-family: ' | font-family: 'Lora', serif !important; | ||
font-weight: 500 !important; | |||
} | } | ||
/* Main Page */ | /* Main Page */ | ||