/* font */

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800');
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text:400,400i&display=swap');


/* Noto Sans */

@font-face {
  font-family: 'Noto';
  font-weight: 200;
  src: url(font/NotoSansKR-Thin.woff) format('woff'), url(font/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 300; 
  src: url(font/NotoSansKR-Light.woff) format('woff'), url(font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: normal; 
  src: url(font/NotoSansKR-Regular.woff) format('woff'), url(font/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 500; 
  src: url(font/NotoSansKR-Medium.woff) format('woff'), url(font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: bold; 
  src: url(font/NotoSansKR-Bold.woff) format('woff'), url(font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto'; 
  font-weight: 900; 
  src: url(font/NotoSansKR-Black.woff) format('woff'), url(font/NotoSansKR-Black.otf) format('opentype');
}

