@font-face {
  font-family: 'Fjord One';
  src: url('assets/fonts/fjordone-regular-webfont.eot');
  src: url('assets/fonts/fjordone-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/fjordone-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/fjordone-regular-webfont.woff') format('woff'),
       url('assets/fonts/fjordone-regular-webfont.ttf') format('truetype'),
       url('assets/fonts/fjordone-regular-webfont.svg#fjordone') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Didact Gothic';
    src: url('assets/fonts/didactgothic-webfont.eot');
    src: url('assets/fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/didactgothic-webfont.woff2') format('woff2'),
         url('assets/fonts/didactgothic-webfont.woff') format('woff'),
         url('assets/fonts/didactgothic-webfont.ttf') format('truetype'),
         url('assets/fonts/didactgothic-webfont.svg#didact_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kalinga';
    src: url('assets/fonts/kalinga-webfont.eot');
    src: url('assets/fonts/kalinga-webfont.woff') format('woff'),
         url('assets/fonts/kalinga-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}