MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 56: Line 56:
   font-display: swap;
   font-display: swap;
   src: url("/fonts/linefont.woff") format('woff');
   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');
}
}