
/*normální*/
@font-face {
    font-family: "CMUbright";
    src: url("./../fonts/cmunbmr.otf");
    font-weight: 400;
  }
  
  /*tučné */
  @font-face {
    font-family: "CMUbright";
    src: url("./../fonts/cmunbsr.otf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CMUBright';
    src: url( './../fonts/CMUBright-Roman.eot');
    src: url( './../fonts/CMUBright-Roman.eot?#iefix') format('embedded-opentype'),
         url( './../fonts/CMUBright-Roman.woff2') format('woff2'),
         url( './../fonts/CMUBright-Roman.woff') format('woff'),
         url( './../fonts/CMUBright-Roman.ttf') format('truetype'),
         url( './../fonts/CMUBright-Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
