/*
	$Id: googlefont.css,v1.1 $

/*===========================================================================

	WEBフォント読み込み　ここから
	ローカルのnotoを参照 無ければGoogleよりDL 400サイズをnormalとして扱う

===========================================================================*/
@font-face {
	font-family: 'Rounded Mplus 1c';
	font-style: normal;
	font-weight: normal;
	src: url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.eot);
	src: url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.eot?#iefix) format('embedded-opentype'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff2) format('woff2'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.woff) format('woff'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Rounded Mplus 1c';
	font-style: normal;
	font-weight: bold;
	src: url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.eot);
	src: url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.eot?#iefix) format('embedded-opentype'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff2) format('woff2'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.woff) format('woff'),
		 url(https://fonts.gstatic.com/ea/roundedmplus1c/v1/RoundedMplus1c-Bold.ttf) format('truetype');
}
