@font-face {
  font-family: almanac;
  src:  url('almanac.eot?1');
  src:  url('almanac.eot?1#iefix') format('embedded-opentype'),
    url('almanac.woff2?1') format('woff2'),
    url('almanac.woff?1') format('woff'),
    url('almanac.ttf?1') format('truetype'),
    url('almanac.svg?1#almanac') format('svg');
  font-weight: normal;
  font-style: normal;
}

.halmanac {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: almanac !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
/*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
*/
}
