/* 日文专属字体 */
/* Gen-Jyuu-Gothic-P-Medium-2 */
@font-face {
    font-family: 'ja1';
    src: url('/web/assets/font/GenJyuuGothicPMedium2.woff2') format('woff2'), url('/web/assets/font/GenJyuuGothicPMedium2.ttf') format('truetype');
    font-style: normal;
    font-display: swap
}

/* GenShinGothic-P-Heavy */
@font-face {
    font-family: 'ja2';
    src: url('/web/assets/font/GenShinGothicPHeavy.woff2') format('woff2'), url('/web/assets/font/GenShinGothicPHeavy.ttf') format('truetype');
    font-style: normal;
    font-display: swap
}

