No edit summary |
No edit summary |
||
| 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=MedievalSharp&family=New+Rocker&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Merriweather:wght@300&family=New+Rocker&display=swap'); | ||
h1 { | h1 { | ||
| Line 14: | Line 14: | ||
h3 { | h3 { | ||
font-family: 'New Rocker', system-ui; | font-family: 'New Rocker', system-ui; | ||
} | |||
p { | |||
font-family: 'Merriweather', serif; | |||
} | } | ||
Revision as of 01:22, 8 January 2024
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&family=Merriweather:wght@300&family=New+Rocker&display=swap');
h1 {
font-family: 'New Rocker', system-ui;
}
h2 {
font-family: 'New Rocker', system-ui;
}
h3 {
font-family: 'New Rocker', system-ui;
}
p {
font-family: 'Merriweather', serif;
}