@font-face {
    font-family:fontShadows;
    src: url(../fonts/ShadowsIntoLight-Regular.ttf);
  }
  
  .font_shadows {
    font-family: fontShadows;
  }

  @font-face {
    font-family:fontAcme;
    src: url(../fonts/Acme-Regular.ttf);
  }
  
  .font_acme {
    font-family: fontAcme;
  }