@font-face {
  font-family: 'Arial';
  src: url('./font/arial.ttf')  format('truetype');
}

@font-face {
  font-family: 'Malgun';
  src: url('./font/malgun.ttf')  format('truetype');
}

@font-face {
  font-family: 'Sylfaen';
  src: url('./font/sylfaen.ttf')  format('truetype');
}

@font-face {
  font-family: 'Trebuc';
  src: url('./font/trebuc.ttf')  format('truetype');
}

* {
  font-family: 'Malgun';
}

h3 {
  font-weight: 700;
}