/* --------------------- Notosans --------------------- */
/* notosans black */ 
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 900;
    src: 
    url(/opo/statics/fonts/odp/otf/NotoSansKR-Black.otf)
}

/* notosans bold */ 
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 700;
    src: 
    url(/opo/statics/fonts/odp/otf/NotoSansKR-Bold.otf)
}

/* notosans medium */ 
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: 
    url(/opo/statics/fonts/odp/otf/NotoSansKR-Medium.otf)
}

/* notosans regular */ 
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: 
    url(/opo/statics/fonts/odp/otf/NotoSansKR-Regular.otf)
}

/* notosans light */ 
@font-face{
    font-family: 'Noto Sans KR';
    font-weight: 300;
    src: 
    url(/opo/statics/fonts/odp/otf/NotoSansKR-Light.otf)
}

/* --------------------- Pretendard --------------------- */

/* black */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 900;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-Black.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-Black.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-Black.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-Black.otf)
}
/* extrabold */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 800;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-ExtraBold.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-ExtraBold.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-ExtraBold.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-ExtraBold.otf)
}

/* bold */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 700;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-Bold.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-Bold.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-Bold.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-Bold.otf)
}

/* semibold */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 600;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-SemiBold.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-SemiBold.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-SemiBold.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-SemiBold.otf)
}

/* medium */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 500;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-Medium.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-Medium.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-Medium.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-Medium.otf)
}

/* regular */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 400;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-Regular.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-Medium.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-Medium.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-Medium.otf)
}

/* light */ 
@font-face{
    font-family: 'Pretendard';
    font-weight: 300;
    src: 
    url(/opo/statics/fonts/odp/woff/Pretendard-Light.woff) format('woff'),
    url(/opo/statics/fonts/odp/woff2/Pretendard-Light.woff2) format('woff2'),
    url(/opo/statics/fonts/odp/ttf/Pretendard-Light.ttf) format('truetype'), 
    url(/opo/statics/fonts/odp/oft/Pretendard-Light.otf)
}
/* --------------------- Roboto --------------------- */
/* bold */ 
@font-face{
    font-family: 'Roboto';
    font-weight: 700;
    src: 
    url(/opo/statics/fonts/odp/roboto/Roboto-Bold.ttf)
}

/* notosans medium */ 
@font-face{
    font-family: 'Roboto';
    font-weight: 500;
    src: 
    url(/opo/statics/fonts/odp/roboto/Roboto-Medium.ttf)
}

/* regular */ 
@font-face{
    font-family: 'Roboto';
    font-weight: 400;
    src: 
    url(/opo/statics/fonts/odp/roboto/Roboto-Regular.ttf)
}