﻿@font-face {
  font-family: 'ngeot';
  src: url('/content/css/NanumGothic.eot');
}

/* lang selection will work in IE8 only when <!DOCTYPE> declared*/
html:lang(ko) body
{
    font-family: NanumGothic,"나눔고딕", ngeot, Arial, Helvetica, Sans-serif;
}