
/**
 * Noto Sans Japanese (japanese) http://www.google.com/Fonts/NotoSansCJKjp/earlyaccess
 */

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-display: block;
  font-weight: 400;
  src: url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.min.woff2')
      format('woff2'),
    url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.min.woff') format('woff'),
    url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.min.ttf')
      format('truetype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-display: block;
  font-weight: 700;
  src: url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.min.woff2')
      format('woff2'),
    url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.min.woff') format('woff'),
    url('../Fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.min.ttf') format('truetype');
}
.noto {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-style: normal;
}

.noto.\+mono {
  font-family: 'Noto Sans Japanese Mono', sans-serif;
  font-style: normal;
}

.noto.\+250 {
  font-weight: 100;
}

.noto.\+300 {
  font-weight: 200;
}

.noto.\+350 {
  font-weight: 300;
}

.noto.\+400 {
  font-weight: 400;
}

.noto.\+500 {
  font-weight: 500;
}

.noto.\+700 {
  font-weight: 700;
}

.noto.\+900 {
  font-weight: 900;
}
