@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/assets/fonts/NanumBarunGothic.eot');
    src: url('/assets/fonts/NanumBarunGothic.eot') format('embedded-opentype'),
    url('/assets/fonts/NanumBarunGothic.woff') format('woff');
}
* {
    font-family: 'NanumBarunGothic', 'serif';
    font-size: 10pt;
}