@charset "utf-8";

@font-face {
	font-family: "手書き風";
	src: url("My1stFont.ttf") format("truetype");
}
body {
	font-family: "手書き風";
	font-size: 2rem;
}
