﻿.font-funk {
    font-family: 'nfunk';
    font-weight: 400;
}

@font-face {
  font-family: 'nfunk';
  font-style: normal;
  font-weight: 400;
  src: url(/webfont/funk.woff) format('woff');
}

.font-monospace {
    font-family: 'nmonospace';
    font-weight: 400;
}

@font-face {
  font-family: 'nmonospace';
  font-style: normal;
  font-weight: 400;
  src: url(/webfont/monospace.woff) format('woff');
}


.font-serif {
    font-family: 'nserif';
    font-weight: 400;
}

@font-face {
  font-family: 'nserif';
  font-style: normal;
  font-weight: 400;
  src: url(/webfont/serif.woff) format('woff');
}


.font-script {
    font-family: 'nscript';
    font-weight: 400;
}

@font-face {
  font-family: 'nscript';
  font-style: normal;
  font-weight: 400;
  src: url(/webfont/script.woff) format('woff');
}


.font-other {
    font-family: 'nother';
    font-weight: 400;
}

@font-face {
  font-family: 'nother';
  font-style: normal;
  font-weight: 400;
  src: url(/webfont/other.woff) format('woff');
}
