<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* Source Sans Pro */
  /* regular */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
  }
/* italic */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/SourceSansPro-Italic.ttf') format('truetype');
  }
 /* bold */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/SourceSansPro-Bold.ttf') format('truetype');
  }
/* bold italic */
  @font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  }</pre></body></html>