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 */ | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | |||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |||
<link href="https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap" rel="stylesheet"> | |||
h1 { | h1 { | ||
font-family: 'MedievalSharp', cursive; | font-family: 'MedievalSharp', cursive; | ||
background-color: #4287f5; | background-color: #4287f5; | ||
} | } | ||
Revision as of 19:36, 6 January 2024
/* CSS placed here will be applied to all skins */
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap" rel="stylesheet">
h1 {
font-family: 'MedievalSharp', cursive;
background-color: #4287f5;
}