/*
 * "源真ゴシック" is lisenced under the SIL Open Font License 1.1
 * by http://jikasei.me/font/genshin/
 */

/*Normal*/
@font-face {
    font-family: 'myfont';
    src: url('../fonts/GenShinGothic-P-Regular.woff2') format('woff2'),
         url('../fonts/GenShinGothic-P-Regular.woff') format('woff'),
         url('../fonts/GenShinGothic-P-Regular.eot') format('eot'),
	     url('../fonts/GenShinGothic-P-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*Bold*/
@font-face {
    font-family: 'myfont';
    src: url('../fonts/GenShinGothic-P-Bold.woff2') format('woff2'),
         url('../fonts/GenShinGothic-P-Bold.woff') format('woff'),
         url('../fonts/GenShinGothic-P-Bold.eot') format('eot'),
	     url('../fonts/GenShinGothic-P-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
