Jump to content

MediaWiki:Common.css: Difference between revisions

49 bytes removed ,  14:23, 20 September 2024
Try out Iosevka for all Toaq text
(use normal instead of medium weight for toaq text (if everything is emphasized, nothing is, etc.))
(Try out Iosevka for all Toaq text)
Line 1: Line 1:
/*
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@400&display=swap');


Line 14: Line 15:
   font-display: swap;
   font-display: swap;
}
}
*/


/*
/*
Line 25: Line 27:


@font-face {
@font-face {
   font-family: 'Derani';
   font-family: 'Iosevka Toaq';
   font-weight: 400;
   font-weight: 400;
   src: url('/Special:Redirect/file/IosevkaToaq-Regular.off') format('woff2');
   src: url('/Special:Redirect/file/IosevkaToaq-Regular.off') format('woff2');
Line 33: Line 35:
html,body {
html,body {
   font-family: "Segoe UI", sans-serif;
   font-family: "Segoe UI", sans-serif;
}
.derani {
  font-family: 'Derani';
  line-height: normal;
}
}


Line 45: Line 42:


.toaq, .derani ruby rt {
.toaq, .derani ruby rt {
   font-family: 'Commissioner', system-ui, sans-serif;
   font-family: 'Iosevka Toaq', system-ui, sans-serif;
   font-weight: 500;
   font-weight: 500;
}
}