Fini
Fini
(I ask specifically because at the moment I work on the glyph rescaling ;) I guess 5.2 and 6.x are Fira Code version numbers. So you self-patch? I will download...
```shell $ fontforge --script ~/git/nerd-fonts/font-patcher --complete Fira_Code_v5.2/ttf/FiraCode-Regular.ttf $ mv 'Fira Code Regular Nerd Font Complete.ttf' 'Fira Code Regular Nerd Font Complete 5.2.ttf' $ fontforge --script ~/git/nerd-fonts/font-patcher --complete Fira_Code_v6.2/ttf/FiraCode-Regular.ttf $ mv...
Hmm, checked **Fira Code**. The font in the repo I can not even use with 'all fonts'. But when I patch Fira anew with all on HEAD with  and...
Ah, with #732 even the 'all fonts' is not needed ...  we see  So I deem this is already fixed but not updated. **If you tell me which...
Please try these fonts, they have all the pending fixes to `font-patcher`... https://github.com/Finii/nerd-fonts/tree/feature/cascadia-2111.01/patched-fonts/CascadiaCode
Ok, thanks for the feedback.
Oops, I left the old patched fonts in... but I reckon you choose the correct one (where 'Nerd Font' is before 'Semilight'). Regarding 'looks tall': Do you use the static...
Hmm, Terminal seems to scale the glyphs either to 1 or 2 'widths':  This visual logo thing is only slightly wider than 'normal' (i.e. 1440 vs 1200), so scaling...
`tig blame font-patcher`:  I did not change anything relevant here :sweat_smile: All the scaling in only done when `--mono` (green line, `single` is then set) and there is even...
Terminal is not misbehaving. The problem is that from a terminal people expect that the text is on a grid, like 80 chars wide and 24 rows. Each char has...