MediaWiki:Common.css: Difference between revisions

From The Toaq Wiki
(slot is gone)
Tag: Manual revert
(trying out a new, diacritics-friendly font)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500&display=swap');
 
.toaq {
.toaq {
   font-weight: bold;
   font-weight: 500;
   font-family: sans-serif;
   font-family: 'Commissioner', system-ui, sans-serif;
}
}
@font-face {
  font-family: 'ToaqScript';
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}
.toaq-script {
.toaq-script {
   font-family: ToaqScript;
   font-family: ToaqScript;
Line 9: Line 16:
   line-height: 100%;
   line-height: 100%;
   font-weight: normal !important;
   font-weight: normal !important;
}
@font-face {
  font-family: 'ToaqScript';
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}
}

Revision as of 18:17, 28 October 2021

@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@500&display=swap');

.toaq {
  font-weight: 500;
  font-family: 'Commissioner', system-ui, sans-serif;
}

@font-face {
  font-family: 'ToaqScript';
  src: url(/Special:Redirect/file/ToaqScript.ttf);
}

.toaq-script {
  font-family: ToaqScript;
  font-size: 200%;
  line-height: 100%;
  font-weight: normal !important;
}