@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@font-face {
  font-family: "Malgun Gothic";
  src: url("/fonts/malgun-gothic-regular/malgun-gothic-regular.woff2") format("woff2"),
       url("/fonts/malgun-gothic-regular/malgun-gothic-regular.woff") format("woff");
}

*{
font-family: 'Malgun Gothic', Arial, sans-serif !important;
}

i {
font-family: fontawesome !important;
}

