@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

body,
.post,
article,
.e-content,
.h-entry,
h1, h2, h3, h4, h5, h6,
nav, header, footer,
input, textarea, button, select {
  font-family: 'Nanum Myeongjo', serif !important;
}

/* Keep code on a monospace face; Nanum Myeongjo has no monospace variant. */
code, pre, .mono, tt, kbd, samp {
  font-family: 'Hack', 'Consolas', monospace !important;
}
