MediaWiki:Common.css: Difference between revisions

From Retro Media HUB
mNo edit summary
mNo edit summary
Line 8: Line 8:
   font-optical-sizing: auto;
   font-optical-sizing: auto;
   font-weight: 400;
   font-weight: 400;
  font-style: normal;
}
h1,h2 {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 700;
   font-style: normal;
   font-style: normal;
}
}

Revision as of 18:09, 13 November 2025

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

@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400..700&display=swap');

html,body {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1,h2 {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}