- kanji-data - 日本命名可用漢字
人名漢字.csv常用漢字.csv
- 教育部4808個常用字 - 篩選並排除非一般常用漢字
教育部4808個常用字.xls
- UCS strokes - 篩選漢字筆畫數
ucs-strokes.txt
- Noto Sans Traditional Chinese - 繁體字字型
NotoSerifTC-Regular.ttf
- Create new revision
docker compose exec app alembic revision --autogenerate -m "comment"- Run migration online
POSTGRES_URL=postgresql:// alembic upgrade head- Generate offset font
docker compose exec app pyftsubset public/fonts/NotoSerifTC-Regular.ttf --no-hinting --flavor=woff2 --text-file=migrations/seeds/kanji.csv