MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
(toaqscript)
m (goof)
Line 4: Line 4:
   font-family: sans-serif;
   font-family: sans-serif;
}
}
.script {
.toaq-script {
   font-family: ToaqScript;
   font-family: ToaqScript;
}
}

Revision as of 11:45, 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_v0.341.ttf);
}