@font-face {
  font-family: 'Noto Sans Japanese';
  /* [disabled]font-style: normal; */
  font-weight: 400;
  src: url(NotoSansJP-Regular.woff2) format('woff2'),
        url(NotoSansJP-Regular.woff) format('woff'),
        url(NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(NotoSansJP-Medium.woff2) format('woff2'),
        url(NotoSansJP-Medium.woff) format('woff'),
        url(NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: bold;
   src: url(NotoSansJP-Bold.woff2) format('woff2'),
        url(NotoSansJP-Bold.woff) format('woff'),
        url(NotoSansJP-Bold.otf) format('opentype');
 }
