MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
mNo edit summary
mNo edit summary
Line 8: Line 8:
   font-size: 200%;
   font-size: 200%;
   line-height: 100%;
   line-height: 100%;
  font-weight: normal !important;
}
}
@font-face {
@font-face {

Revision as of 12:30, 8 June 2021

/* CSS placed here will be applied to all skins */
.toaq {
  font-weight: bold;
  font-family: sans-serif;
}
.toaq-script {
  font-family: ToaqScript;
  font-size: 200%;
  line-height: 100%;
  font-weight: normal !important;
}
@font-face {
  font-family: 'ToaqScript';
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}