MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 4: Line 4:


h1 {
h1 {
  font-family: 'MedievalSharp', cursive;
}
h2 {
   font-family: 'MedievalSharp', cursive;
   font-family: 'MedievalSharp', cursive;
}
}

Revision as of 19:38, 6 January 2024

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap');

h1 {
   font-family: 'MedievalSharp', cursive;
}


h2 {
   font-family: 'MedievalSharp', cursive;
}