MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
m (how about this … … …)
mNo edit summary
Line 9: Line 9:
@font-face {
@font-face {
   font-family: 'ToaqScript';
   font-family: 'ToaqScript';
  font-size: 200%;
  line-height: 100%;
   src: url(/Special:Redirect/file/ToaqScript.ttf);
   src: url(/Special:Redirect/file/ToaqScript.ttf);
}
}

Revision as of 12:29, 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-face {
  font-family: 'ToaqScript';
  font-size: 200%;
  line-height: 100%;
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}