@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('noto-sans-jp-v42-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('noto-sans-jp-v42-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('noto-sans-jp-v42-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+ */
}