/*
  Noto Sans Japanese (japanese)
  -----------------------------

  http://www.google.com/fonts/earlyaccess

*/

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(/Content/fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
         url(/Content/fonts/NotoSansJP-DemiLight.woff) format('woff'),
         url(/Content/fonts/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(/Content/fonts/NotoSansJP-Medium.woff2) format('woff2'),
         url(/Content/fonts/NotoSansJP-Medium.woff) format('woff'),
         url(/Content/fonts/NotoSansJP-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(/Content/fonts/NotoSansJP-Black.woff2) format('woff2'),
         url(/Content/fonts/NotoSansJP-Black.woff) format('woff'),
         url(/Content/fonts/NotoSansJP-Black.otf) format('opentype');
}