Japanese programming font
日本語のプログラミングフォント
Download from Releases
- Prerequisite:
fonttools
- Download Klee One
- Download LXGWWenKai
- Copy the following files in this directory:
- KleeOne-Regular.ttf
- KleeOne-SemiBold.ttf
- LXGWWenKaiMono-Regular.ttf
- LXGWWenKaiMono-Bold.ttf
python kokuban-monospace.py KleeOne-Regular.ttf LXGWWenKaiMono-Regular.ttf; python kokuban-monospace.py KleeOne-SemiBold.ttf LXGWWenKaiMono-Bold.ttf
- Open
demo.html
for a demo
Recommended kitty settings
font_family KokubanMonospace
font_size 16
modify_font cell_width 100%
modify_font cell_height 80%
modify_font baseline 5
text_composition_strategy 3.0 10 # Adjust this based on your display
- 前提として
fonttools
をインストールする - Klee Oneをダウンロードする
- LXGWWenKaiをダウンロードする
- 以下のファイルをこのディレクトリにコピーする
- KleeOne-Regular.ttf
- KleeOne-SemiBold.ttf
- LXGWWenKaiMono-Regular.ttf
- LXGWWenKaiMono-Bold.ttf
python kokuban-monospace.py KleeOne-Regular.ttf LXGWWenKaiMono-Regular.ttf; python kokuban-monospace.py KleeOne-SemiBold.ttf LXGWWenKaiMono-Bold.ttf
demo.html
を開いて確認する
kittyのおすすめの設定
font_family KokubanMonospace
font_size 16
modify_font cell_width 100%
modify_font cell_height 80%
modify_font baseline 5
text_composition_strategy 3.0 10 # こちらがディスプレイによって要調整