@charset "utf-8";
/*
 * Font         : NotoSansKR, Libre_Baskerville
 * License      :
 * description  :


@font-face {
    font-family: 'LibreBaskerville-Italic';
    font-style: normal;
    font-weight: 400;
    src: url('./font/LibreBaskerville-Italic.eot');
    src: url('./font/LibreBaskerville-Italic.eot?#iefix') format('embedded-opentype'),
         url('./font/LibreBaskerville-Italic.woff2') format('woff2'),
         url('./font/LibreBaskerville-Italic.woff') format('woff'),
         url('./font/LibreBaskerville-Italic.ttf') format('truetype');
}
 */
@font-face {
    font-family: 'LibreBaskerville';
    font-weight: 400;
    src: url('./font/LibreBaskerville-Regular.eot');
    src: url('./font/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
         url('./font/LibreBaskerville-Regular.woff2') format('woff2'),
         url('./font/LibreBaskerville-Regular.woff') format('woff'),
         url('./font/LibreBaskerville-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'LibreBaskerville';
    font-weight: 700;
    src: url('./font/LibreBaskerville-Bold.eot');
    src: url('./font/LibreBaskerville-Bold.eot?#iefix') format('embedded-opentype'),
         url('./font/LibreBaskerville-Bold.woff2') format('woff2'),
         url('./font/LibreBaskerville-Bold.woff') format('woff'),
         url('./font/LibreBaskerville-Bold.ttf') format('truetype');
}




