blob: 651875ab32a8071206056e98764105cca2de97b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# czuki
a modified version of [azuki_font](https://azukifont.com/) with latin-ized backslash, a few simple extra glyphs and some minor changes to other glyphs.
## installation
###### (!) to install czuki you must either generate it yourself with [fontforge]() or use the pre-generated version found in `exported/czuki.ttf`
1. run the patcher (`./patch` or `python ./patch`)
2. run the installer (`./install`) or copy the patched font (`patched/czuki.ttf`) in your fonts directory manually
## notes
similarily to azuki_font, in some specific terminal emulators like [kitty](), you will have to change the cell-size manually, in kitty you can do that by adding the following line to your config:
```
modify_font cell_width 45%
```
in this specific case i set the `cell_width` to `45%` because i found that to look good enough for me, though you can change it howerver you want. (_i dont recommend going under 40%_)
|