@fontsource/source-code-pro
Version: 
Self-host the Source Code Pro font in a neatly bundled NPM package.
8 lines • 315 B
CSS
/* source-code-pro-cyrillic-ext-500-italic */
@font-face {
  font-family: 'Source Code Pro';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url(./files/source-code-pro-cyrillic-ext-500-italic.woff2) format('woff2'), url(./files/source-code-pro-cyrillic-ext-500-italic.woff) format('woff');
}