MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
(***b o l d***)
 
(toaqscript)
Line 3: Line 3:
   font-weight: bold;
   font-weight: bold;
   font-family: sans-serif;
   font-family: sans-serif;
}
.script {
  font-family: ToaqScript;
}
@font-face {
  font-family: 'ToaqScript';
  src: url(Media:ToaqScript_v0.341.ttf);
}
}

Revision as of 11:43, 8 June 2021

/* CSS placed here will be applied to all skins */
.toaq {
  font-weight: bold;
  font-family: sans-serif;
}
.script {
  font-family: ToaqScript;
}
@font-face {
  font-family: 'ToaqScript';
  src: url(Media:ToaqScript_v0.341.ttf);
}