﻿@font-face {
  font-family: "NotoSerifKR";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NotoSerifKR.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "NotoSerifKR";
  line-height: 1.8em;
}
* {
  box-sizing: border-box;
}
