/* 通常用フォント読み込み */
@font-face {
	font-family: "Droid Sans";
	font-style: normal;
	src: local("Droid Sans"),
		url("DroidSans.woff2") format("woff2"),
		url("DroidSans.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "Droid Sans";
	font-style: bold;
	src: local("Droid Sans"),
		url("DroidSans-Bold.woff2") format("woff2"),
		url("DroidSans-Bold.woff") format("woff");
	font-display: block;
}

/* プログラミングフォントを入れている場合は、pre・code等をプログラミングフォントで表示 */
@font-face {
font-family: "Myrica M";
src: local("Myrica M");
}

@font-face {
font-family: "MyricaM M";
src: local("MyricaM M");
}

@font-face {
font-family: "SourceHanCodeJP-Regular";
src: local("SourceHanCodeJP-Regular");
}

@font-face {
font-family: "M+ 1m";
src: local("M+ 1m");
}

@font-face {
font-family: "Rounded M+ 1m regular";
src: local("Rounded M+ 1m regular");
}

@font-face {
font-family: "Rounded M+ 2m regular";
src: local("Rounded M+ 2m regular");
}

@font-face {
font-family: "Rounded Mgen+ 1m regular";
src: local("Rounded Mgen+ 1m regular");
}

@font-face {
font-family: "Rounded Mgen+ 2m regular";
src: local("Rounded Mgen+ 2m regular");
}

@font-face {
font-family: "Yutapon coding Regular";
src: local("Yutapon coding Regular");
}

@font-face {
font-family: "Ricty Diminished Discord";
src: local("Ricty Diminished Discord");
}

@font-face {
font-family: "Ricty Diminished";
src: local("Ricty Diminished");
}

@font-face {
font-family: "Migu 1M";
src: local("Migu 1M");
}

@font-face {
font-family: "Migu 2M";
src: local("Migu 2M");
}

@font-face {
font-family: "VL ゴシック";
src: local("VL ゴシック");
}

@font-face {
font-family: "MeiryoKe_Gothic";
src: local("MeiryoKe_Gothic");
}

/* プログラミングフォントを入れている場合は、pre・code等をプログラミングフォントで表示 */
code,
kbd,
pre,
samp {
font-family: "Myrica M",
"MyricaM M",
"SourceHanCodeJP-Regular",
"M+ 1m",
"Rounded M+ 1m regular",
"Rounded M+ 2m regular",
"Rounded Mgen+ 1m regular",
"Rounded Mgen+ 2m regular",
"Yutapon coding Regular",
"Ricty Diminished Discord",
"Ricty Diminished",
"Migu 1M",
"Migu 2M",
"VL ゴシック",
"MeiryoKe_Gothic",
Consolas,
Monaco,
'Andale Mono',
'Ubuntu Mono',
monospace;
}
