
/*

IE7  未対応
IE8  eot
IE9  eot を読み込むのかと思いきや、エミュだと woff を読む　実機確認したい
IE10 woff
IE11 woff

モダンブラウザ woff
スマホ      woff

*/

/*@font-face {
	font-family: 'Hannari';
	src: url('./font/Hannari.eot');
	src: url('./font/Hannari.eot?#iefix') format('embedded-opentype'),
	     url('./font/Hannari.woff') format('woff');
}*/
@font-face {
	font-family: 'NotoSerifCJKjp-Regular';
	src: url('./font/NotoSerifCJKjp-Regular.eot');
	src: url('./font/NotoSerifCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
	     url('./font/NotoSerifCJKjp-Regular.woff') format('woff');
}




body {
	font-family: 'NotoSerifCJKjp-Regular';
}