MediaWiki:Mobile.css: Difference between revisions

From The Toaq Wiki
mNo edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
(*sigh*)
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 1: Line 1:
@import 'load.php?lang=en&modules=site.styles&only=styles&skin=vector';
@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;
}
 
.tooltip {
  text-decoration: underline dotted;
}
 
abbr {
  font-variant: small-caps;
  text-transform: lowercase;
}

Revision as of 04:29, 6 February 2022

@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;
}

.tooltip {
  text-decoration: underline dotted;
}

abbr {
  font-variant: small-caps;
  text-transform: lowercase;
}