
/* font family */
@font-face {
    font-family: 'noto-sans';
    src: url('../fonts/notokr-regular.eot');
    src: url('../fonts/notokr-regular.eot%3F') format('embedded-opentype'),
    url('../fonts/notokr-regular.woff2') format('woff2'),
    url('../fonts/notokr-regular.woff') format('woff'),
    url('../fonts/notokr-regular.ttf') format('truetype'),
    url('../fonts/notokr-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'noto-sans';
    src: url('../fonts/notokr-light.eot');
    src: url('../fonts/notokr-light.eot%3F') format('embedded-opentype'),
    url('../fonts/notokr-light.woff2') format('woff2'),
    url('../fonts/notokr-light.woff') format('woff'),
    url('../fonts/notokr-light.ttf') format('truetype'),
    url('../fonts/notokr-light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'noto-sans';
    src: url('../fonts/NotoSansKR-Medium.eot');
    src: url('http://183.111.174.4/layouts/arab/fonts/NotoSansKR-Medium?') format('embedded-opentype'),
    url('../fonts/NotoSansKR-Medium.woff2') format('woff2'),
    url('../fonts/NotoSansKR-Medium.woff') format('woff'),
    url('../fonts/NotoSansKR-Medium.ttf') format('truetype')
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'noto-sans';
    src: url('../fonts/notokr-bold.eot');
    src: url('../fonts/notokr-bold.eot%3F') format('embedded-opentype'),
    url('../fonts/notokr-bold.woff2') format('woff2'),
    url('../fonts/notokr-bold.woff') format('woff'),
    url('../fonts/notokr-bold.ttf') format('truetype'),
    url('../fonts/notokr-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}