@font-face {
  font-family: "KongText"; 
  src: url("./kongtext/kongtext.ttf") format("truetype"); 
  font-weight: normal; 
  font-style: normal;  
}

@font-face {
  font-family: "monospace"; 
  src: url("./mono/SauceCodeProNerdFont-Regular.ttf") format("truetype"); 
  font-weight: normal; 
  font-style: normal;  
}

@font-face {
    font-family: 'Chicago'; 
    src: url('./Chicago/ChicagoFLF.woff2') format('woff2'), 
    /* Path to WOFF2 file (preferred) */
         url('./Chicago/ChicagoFLF.woff') format('woff');   
   /* Path to WOFF file (for broader support) */
    font-weight: normal;
    font-style: normal;   
    font-display: swap;   
}

