MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
m (goof 2 (css thinks media: is a protocol))
m (goof 3 (I had *literally* stripped the version tag with my own hands and eyes…))
Line 9: Line 9:
@font-face {
@font-face {
   font-family: 'ToaqScript';
   font-family: 'ToaqScript';
   src: url(/Media:ToaqScript_v0.341.ttf);
   src: url(/Media:ToaqScript.ttf);
}
}

Revision as of 11:46, 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';
  src: url(/Media:ToaqScript.ttf);
}