Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 448 Bytes

Spoqa Han Sans Subset

$ git clone [repository]
$ cd spoqa-han-sans-subset

$ git submodule init
$ git submodule update

$ virtualenv -p python3 .venv
$ . .venv/bin/activate
$ pip install fonttools brotli zopfli
$ ./build.sh
<link rel="stylesheet" href="SpoqaHanSansSubset.css">
<link rel="stylesheet" href="[Google Fonts Noto Sans CJK KR]">
<style>
body { font-family: "Spoqa Han Sans Subset", "Noto Sans KR"; }
</style>