Jump to content

MediaWiki:Common.css: Difference between revisions

From Spirit Valley Wiki
mNo edit summary
mNo edit summary
Line 7: Line 7:
@font-face {
@font-face {
   font-family: "BarlowCondensed-Medium";
   font-family: "BarlowCondensed-Medium";
   src: url(/BarlowCondensed-Medium);
   src: url(/BarlowCondensed-Medium.ttf);
}
}

Revision as of 06:34, 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);
}