Jump to content

MediaWiki:Common.css: Difference between revisions

From Spirit Valley Wiki
mNo edit summary
mNo edit summary
Line 8: Line 8:
   font-family: "BarlowCondensed-Medium";
   font-family: "BarlowCondensed-Medium";
   src: url(/BarlowCondensed-Medium.ttf);
   src: url(/BarlowCondensed-Medium.ttf);
}
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2 {
  font-family: "BarlowCondensed-Medium", sans-serif;
}
}

Revision as of 06:35, 13 November 2024

/* CSS placed here will be applied to all skins */
body {
  background-image: url(/images/bg.png);
  background-size: cover;
  font-family: "BarlowCondensed-Medium", sans-serif;
}
@font-face {
  font-family: "BarlowCondensed-Medium";
  src: url(/BarlowCondensed-Medium.ttf);
}
.mw-body h1,
.mw-body .mw-heading1,
.mw-body-content h1,
.mw-body-content .mw-heading1,
.mw-body-content h2,
.mw-body-content .mw-heading2 {
  font-family: "BarlowCondensed-Medium", sans-serif;
}