@charset "utf-8";

/* 
 * Nanum Square Web Fonts
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */

@font-face {
    font-family: 'Nanum Square';
    font-weight: 300;
    font-display: swap;
    src: local('NanumSquare Light'),
         url(https://static.hankyung.com/fonts/NanumSquare/NanumSquareL.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square';
    font-weight: 400;
    font-display: swap;
    src: local('NanumSquare Regular'),
         url(https://static.hankyung.com/fonts/NanumSquare/NanumSquareR.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square';
    font-weight: 700;
    font-display: swap;
    src: local('NanumSquare Bold'),
         url(https://static.hankyung.com/fonts/NanumSquare/NanumSquareB.woff) format('woff');
}
@font-face {
    font-family: 'Nanum Square';
    font-weight: 900;
    font-display: swap;
    src: local('NanumSquare ExtraBold'),
         url(https://static.hankyung.com/fonts/NanumSquare/NanumSquareEB.woff) format('woff');
}
 
/* @font-face {
 font-family: 'Nanum Square';
 src: url(NanumSquareR.eot);
 src: url(NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareR.woff) format('woff'),
      url(NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square Light';
 src: url(NanumSquareL.eot);
 src: url(NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareL.woff) format('woff'),
      url(NanumSquareL.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square ExtraBold';
 src: url(NanumSquareEB.eot);
 src: url(NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareEB.woff) format('woff'),
      url(NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'Nanum Square Bold';
 src: url(NanumSquareB.eot);
 src: url(NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(NanumSquareB.woff) format('woff'),
      url(NanumSquareB.ttf) format('truetype');
} */