Jump to content

MediaWiki:Common.css: Difference between revisions

From Obduction Wiki
m Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
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 */
.mw-page-title-main {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

Revision as of 19:40, 3 September 2026

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

.mw-page-title-main {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}