@font-face {
    font-family: 'LeagueSpartan';
    src: local('LeagueSpartan'), url(./fonts/LeagueSpartan-Bold.otf) format('opentype');
    /* other formats include: 'woff2', 'truetype, 'opentype',
                              'embedded-opentype', and 'svg' */
  }


  @font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), url(./fonts/SourceSansPro-Bold.ttf) format('truetype');
    /* other formats include: 'woff2', 'truetype, 'opentype',
                              'embedded-opentype', and 'svg' */
  }

