
/* FrankFrankUltimate Gothic */
@font-face {
  font-family: 'FrankFrankUltimate Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('FrankFrankUltimate Gothic Book'), 
       url('https://officialffu.neocities.org/FrankFrankUltimateGothic-Book.ttf') format('truetype');
}

@font-face {
  font-family: 'FrankFrankUltimate Gothic';
  font-style: normal;
  font-weight: 700;
  src: local('FrankFrankUltimate Gothic Demibold'), 
       url('https://officialffu.neocities.org/FrankFrankUltimateGothic-Demibold.ttf') format('truetype');
}

@font-face {
  font-family: 'FrankFrankUltimate Gothic';
  font-style: italic;
  font-weight: 400;
  src: local('FrankFrankUltimate Gothic Book Italic'), 
       url('https://officialffu.neocities.org/FrankFrankUltimateGothic-BookItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'FrankFrankUltimate Gothic';
  font-style: italic;
  font-weight: 700;
  src: local('FrankFrankUltimate Gothic Demibold Italic'), 
       url('https://officialffu.neocities.org/FrankFrankUltimateGothic-DemiboldItalic.ttf') format('truetype');
}

/* FrankFrankUltimate Mono */
@font-face {
  font-family: 'FrankFrankUltimate Mono';
  font-style: normal;
  font-weight: 400;
  src: local('FrankFrankUltimate Mono'), 
       url('https://officialffu.neocities.org/FrankFrankUltimateMono-Book.ttf') format('truetype');
}