@font-face {
    font-family: 'hanacho';
    src: url('hanacho.woff2') format('woff2'),
         url('hanacho.woff') format('woff');
}
.hanacho_font{font-family:'hanacho';}

@font-face {
    font-family: 'NotoSerifJP-ExtraLight';
    src: url('NotoSerifJP-ExtraLight.woff2') format('woff2'),
         url('NotoSerifJP-ExtraLight.woff') format('woff');
}
.notoEl_font{font-family:'NotoSerifJP-ExtraLight';}

@font-face {
    font-family: 'NotoSerifJP-Light';
    src: url('NotoSerifJP-Light.woff2') format('woff2'),
         url('NotoSerifJP-Light.woff') format('woff');
}
.notoL_font{font-family:'NotoSerifJP-Light';}