<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
  font-family:'NotoSansCJKkr';
  font-weight: 600;
  src: url('./NotoSansKR-Bold.otf') format('opentype'),
        url('./NotoSansKR-Bold.woff') format('woff'),
       url('./NotoSansKR-Bold.ttf') format('truetype');
}

@font-face {
  font-family:'NotoSansCJKkr';
  font-weight: 500;
  src: url('./NotoSansKR-Medium.otf') format('opentype'),
        url('./NotoSansKR-Medium.woff') format('woff'),
       url('./NotoSansKR-Medium.ttf') format('truetype');
       
}

@font-face {
  font-family:'NotoSansCJKkr';
  font-weight: 400;
  src: url('./NotoSansKR-Regular.otf') format('opentype'),
        url('./NotoSansKR-Regular.woff') format('woff'),
       url('./NotoSansKR-Regular.ttf') format('truetype');
       
}
</pre></body></html>