@font-face {
  font-family: 'Favorit Mono';
  src: url('../fonts/.woff2');
  /* IE9 Compat Modes */
  src: url('../fonts/.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('../.otf#svg') format('svg');
  /* Legacy iOS */
}
