/* Fira Mono
 *
 * Copyright 2010-2019 Adobe (http://www.adobe.com/)
 * Licensed under SIL OFL 1.1 with reserved font name “Source”
 */

/* This file is part of our website’s “external API” – some other external
 * pages have its URL hardcoded and use it to load the font.
 */


@font-face {
  font-family: "SourceCodePro";
  src: url('SourceCodePro-Regular.otf.woff2') format('woff2');
  font-weight: 400; /* regular */
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceCodePro";
  src: url('SourceCodePro-It.otf.woff2') format('woff2');
  font-weight: 400; /* regular */
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SourceCodePro";
  src: url('SourceCodePro-Semibold.otf.woff2') format('woff2');
  font-weight: 600; /* semi-bold */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SourceCodePro";
  src: url('SourceCodePro-SemiboldIt.otf.woff2') format('woff2');
  font-weight: 600; /* semi-bold */
  font-style: italic;
  font-display: swap;
}
