MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(6 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 55: Line 60:
   font-weight: 400;
   font-weight: 400;
   font-display: swap;
   font-display: swap;
   src: url("/fonts/linefont.woff2") format('woff2');
   src: url("/fonts/linefont.woff") format('woff');
}
 
@font-face {
  font-family: 'Besley';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("/fonts/Besley.woff2") format('woff2');
}
 
@font-face {
  font-family: 'Besley';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("/fonts/Besley-Italic.woff2") format('woff2');
}
 
@font-face {
  font-family: 'Drafting';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("/fonts/Drafting.woff2") format('woff2');
}
 
@font-face {
  font-family: 'Drafting';
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  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');
}
}