/* 日本語フォントのテスト */
@font-face {
    font-family: 'shin-go';
    font-weight: 800;
    font-style: normal;
    font-family: 'Shin Go DeBold';
}
@font-face {
    font-family: 'shin-go';
    font-weight: 600;
    font-style: normal;
    font-family: 'Shin Go Medium';
}
@font-face {
    font-family: 'shin-go';
    font-weight: 400;
    font-style: normal;
    font-family: 'Shin Go Light';
}
