Skip to content

Commit

Permalink
Move fonts converter to tools folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ifrost committed Nov 1, 2020
1 parent 1dfa9f2 commit f805ad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/fonts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

Courier Prime: https://quoteunquoteapps.com/courierprime/downloads/courier-prime.zip

node converter.js -r source\Courier-Prime\Courier-Prime.ttf -b source\Courier-Prime\Courier-Prime-Bold.ttf -i source\Courier-Prime\Courier-Prime-Italic.ttf -x source\Courier-Prime\Courier-Prime-Bold-Italic.ttf -o courier-prime.js
node fonts-converter.js -r source\Courier-Prime\Courier-Prime.ttf -b source\Courier-Prime\Courier-Prime-Bold.ttf -i source\Courier-Prime\Courier-Prime-Italic.ttf -x source\Courier-Prime\Courier-Prime-Bold-Italic.ttf -o courier-prime.js

## courier-prime-cyrillic
Courier Prime Cyrillic: http://dimkanovikov.pro/courierprime/courierprime.zip

node converter.js -r source\Courier-Prime-Cyrillic\Courier-Prime.ttf -b source\Courier-Prime-Cyrillic\Courier-Prime-Bold.ttf -i source\Courier-Prime-Cyrillic\Courier-Prime-Italic.ttf -x source\Courier-Prime-Cyrillic\Courier-Prime-Bold-Italic.ttf -o courier-prime-cyrillic.js
node fonts-converter.js -r source\Courier-Prime-Cyrillic\Courier-Prime.ttf -b source\Courier-Prime-Cyrillic\Courier-Prime-Bold.ttf -i source\Courier-Prime-Cyrillic\Courier-Prime-Italic.ttf -x source\Courier-Prime-Cyrillic\Courier-Prime-Bold-Italic.ttf -o courier-prime-cyrillic.js

# noto-jp.js

Noto Sans CJK JP: https://www.google.com/get/noto/#sans-jpan

node converter.js -r source\NotoSansCJKjp\NotoSansMonoCJKjp-Regular.otf -b source\NotoSansMonoCJKjp\NotoSansCJKjp-Bold.otf -o noto-jp.js
node fonts-converter.js -r source\NotoSansCJKjp\NotoSansMonoCJKjp-Regular.otf -b source\NotoSansMonoCJKjp\NotoSansCJKjp-Bold.otf -o noto-jp.js

# noto-sc.js

Noto Sans CJK SC: https://www.google.com/get/noto/#sans-hans

node converter.js -r source\NotoSansCJKsc\NotoSansMonoCJKsc-Regular.otf -b source\NotoSansCJKsc\NotoSansMonoCJKsc-Bold.otf -o noto-sc.js
node fonts-converter.js -r source\NotoSansCJKsc\NotoSansMonoCJKsc-Regular.otf -b source\NotoSansCJKsc\NotoSansMonoCJKsc-Bold.otf -o noto-sc.js
File renamed without changes.

0 comments on commit f805ad4

Please sign in to comment.