No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
h2 { | h2 { | ||
font-family: 'New Rocker', system-ui; | |||
} | |||
h3 { | |||
font-family: 'New Rocker', system-ui; | font-family: 'New Rocker', system-ui; | ||
} | } | ||
Revision as of 19:42, 6 January 2024
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&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;
}