@font-face {
  font-family: "JeanSunHo";
  src: url("./JeanSunHo.ttf");
  font-weight: 700;
}

.funny-button {
  font-family: JeanSunHo;
  color: red;
  font-size: 50px;
  height: 80px;
}
