MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
m (trying things out with templates)
m (how about this … … …)
Line 9: Line 9:
@font-face {
@font-face {
   font-family: 'ToaqScript';
   font-family: 'ToaqScript';
   src: url({{filepath:{{PAGENAME:Media:ToaqScript.ttf}}}});
   src: url(/Special:Redirect/file/ToaqScript.ttf);
}
}

Revision as of 11:56, 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(/Special:Redirect/file/ToaqScript.ttf);
}