@charset "UTF-8";

/*!
 * "bokutachi" licensed under the IPA Font License Agreement v1.0
 * http://fontfree.me/
 * http://ipafont.ipa.go.jp/（IPAフォントのURL）
 * http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 */
@font-face {
    font-family: bokutachi;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/bokutachi.woff2') format('woff2'),
		url('fonts/bokutachi.woff') format('woff'),
        url('fonts/bokutachi.otf') format('opentype');
}
@font-face {
    font-family: keifont;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/keifont.eot') format('embedded-opentype'),
		url('fonts/keifont.woff2') format('woff2'),
		url('fonts/keifont.woff') format('woff'),
        url('fonts/keifont.ttf') format('truetype');
}
