MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 48: Line 48:
   font-display: swap;
   font-display: swap;
   src: url("/fonts/LibreFranklin.woff2") format('woff2');
   src: url("/fonts/LibreFranklin.woff2") format('woff2');
}
@font-face {
  font-family: 'LineFont';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/linefont.woff2") format('woff2');
}
}