sonsation / NotoSansKR-Hestia

경량화된 노토 산스 한글 폰트.

Home Page:http://theeluwin.github.io/NotoSansKR-Hestia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotoSansKR-Hestia

경량화된 노토 산스 한글 폰트.

자세한 내용은 여기서 확인해주세요.

사용법

HTML에서

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css" integrity="sha384-zGzb8nSrN9lm5PPcfztVC5DjjTs5sVStV85IH8x51fM9yIwmI+Uvh3RZDJlrpPWQ" crossorigin="anonymous">

혹은 CSS에서

@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);

후 다음과 같이 사용

.noto {
  font-family: 'Noto Sans Korean', sans-serif;
}

About

경량화된 노토 산스 한글 폰트.

http://theeluwin.github.io/NotoSansKR-Hestia

License:Apache License 2.0


Languages

Language:CSS 100.0%