
/* fonts */

.handel {
    font-family:HandelGothic;
}

@font-face {
  font-family: HandelGothic;
  src: url(fonts/HANDEL-GOTHIC.ttf);
}

.interstate {
    font-family:Interstate;
}

@font-face {
  font-family: Interstate;
  src: url(fonts/Interstate.ttf);
}

.titbold {
    font-family:TitilliumSemiBold;
}

@font-face {
  font-family: TitilliumSemiBold;
  src: url(fonts/TITILLIUM-SEMIBOLD.ttf);
}

.titlight {
    font-family:TitilliumLight;
}

@font-face {
  font-family: TitilliumLight;
  src: url(fonts/TITILLIUMWEB-EXTRALIGHT.ttf);
}

.b612regular {
    font-family:b612regular;
}

@font-face {
  font-family: b612regular;
  src: url(fonts/B612Mono-Regular.ttf);
}

.droidsansmono {
    font-family:droidsansmono;
}

@font-face {
  font-family: droidsansmono;
  src: url(fonts/DroidSansMono.ttf);
}

.ickyticketmono {
    font-family:ickyticketmono;
}

@font-face {
  font-family: ickyticketmono;
  src: url(fonts/IckyTicketMono.ttf);
}

.vanthianmono {
    font-family:vanthianmono;
}

@font-face {
  font-family: vanthianmono;
  src: url(fonts/VanthianRagnarok.ttf);
}

.notomono {
    font-family:notomono;
}

@font-face {
  font-family: notomono;
  src: url(fonts/NotoMono-Regular.ttf);
}

.monofonto {
    font-family:monofonto;
}

@font-face {
  font-family: monofonto;
  src: url(fonts/monofonto.ttf);
}

.mantisans {
    font-family:mantisans;
}

@font-face {
  font-family: mantisans;
  src: url(fonts/MantiSansFixed.ttf);
}

.robotomono {
    font-family:robotomono;
}

@font-face {
  font-family: robotomono;
  src: url(fonts/RobotoMono.ttf);
}