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