MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
m (goof 3 (I had *literally* stripped the version tag with my own hands and eyes…))
m (trying things out with templates)
Line 9: Line 9:
@font-face {
@font-face {
   font-family: 'ToaqScript';
   font-family: 'ToaqScript';
   src: url(/Media:ToaqScript.ttf);
   src: url({{filepath:{{PAGENAME:Media:ToaqScript.ttf}}}});
}
}

Revision as of 11:53, 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({{filepath:{{PAGENAME:Media:ToaqScript.ttf}}}});
}