notosansjp.css 833 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/noto-sans-jp-v28-japanese-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/noto-sans-jp-v28-japanese-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/noto-sans-jp-v28-japanese-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/noto-sans-jp-v28-japanese-regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/noto-sans-jp-v28-japanese-regular.woff2) format('woff2');
}