@font-face
{
font-family: "春夏秋冬";
src: url('https://cdn.leafscape.be/shunka/shunka2_web.woff2')
     format("woff2");
}
/* ここまで */

/* 全体に適用する */
* {
padding: 0;
margin: 0;
box-sizing: border-box;
line-height: 1.5;
font-weight: 850;
font-size: 15;
font-family: "春夏秋冬";
}