MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 55: Line 55:
   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');
}
}