@font-face {
    font-family: "am_regular";
    src: url("../font/Azeret_Mono.woff") format("woff"),
      /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../font/Azeret_Mono.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }
  
  @font-face {
    font-family: "n_regular";
    src: url("../font/Newsreader.woff") format("woff"),
      /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../font/Newsreader.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }
  
  @font-face {
    font-family: "n_italic";
    src: url("../font/Newsreader_Italic.woff") format("woff"),
      /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../font/Newsreader_Italic.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }
  
  @font-face {
    font-family: "nm_regular";
    src: url("../font/PPNeueMontreal_Regular.woff") format("woff"),
      /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
      url("../font/PPNeueMontreal_Regular.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  }
  
  
  .azeret_mono {
    font-family: am_regular;
  }
  
  .newsreader {
    font-family: n_regular;
  }
  
  .newsreader_italic {
    font-family: n_italic;
  }
  
  .montreal {
    font-family: nm_regular;
  }