MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Fix servfail logo */
img[src="/resources/assets/servfail.png"] {
image-rendering: pixelated;
}
@font-face {
@font-face {
   font-family: 'Anton';
   font-family: 'Anton';
Line 90: Line 95:
   font-display: swap;
   font-display: swap;
   src: url("/fonts/Drafting-Italic.woff2") format('woff2');
   src: url("/fonts/Drafting-Italic.woff2") format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/InterVariable-Italic.woff2') format('woff2');
}
}