/* Webフォント設定　あおぞらLight、あおぞらRegular */
/*
 * "aozora-l" licensed under the IPA Font License Agreement v1.0
 * http://blueskis.wktk.so/AozoraMincho/index.html（配布元のURL）
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
 */

@font-face {
	font-family: "aozora-l";
	src: 
        url("fonts/aozora/AozoraMinchoLight.woff2") format('woff2'),
	    url("fonts/aozora/AozoraMinchoLight.woff") format('woff'),
        url("fonts/aozora/AozoraMinchoLight.ttf") format('truetype');
}

@font-face {
	font-family: "aozora-r";
	src: 
        url("fonts/aozora/AozoraMinchoRegular.woff2") format('woff2'), 
        url("fonts/aozora/AozoraMinchoRegular.woff") format('woff'),
        url("fonts/aozora/AozoraMinchoRegular.ttf") format('truetype'); 
}
