@font-face {
  font-family: 'DungGeunMo';
  src: url('/fonts/DungGeunMo.woff2') format('woff2'),
       url('/fonts/DungGeunMo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Fixedsys';
  src: url('/fonts/Fixedsys.woff2') format('woff2'),
       url('/fonts/Fixedsys.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'DungGeunMo', fira code, Monaco, Consolas, ubuntu mono, monospace;
}