@charset "utf-8";

/************************************************************************
 * 파일명      : font.css
 * 설명        : 
 * 작성자      : 박수림
 * 작성일      : 2021.05.12
************************************************************************/

@font-face {
    font-family: 'NotoSansKR';
    src: url('./font/NotoSansKR-Light.woff') format('woff'),
         url('./font/NotoSansKR-Light.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('./font/NotoSansKR-Regular.woff') format('woff'),
         url('./font/NotoSansKR-Regular.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('./font/NotoSansKR-Medium.woff') format('woff'),
         url('./font/NotoSansKR-Medium.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'NotoSansKR';
    src: url('./font/NotoSansKR-Bold.woff') format('woff'),
         url('./font/NotoSansKR-Bold.otf') format('opentype');
    font-stretch: normal;
    font-style: normal;
    font-weight: bold;
}
