Fini

Results 1297 comments of 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 ![image](https://user-images.githubusercontent.com/16012374/147499652-23b606f1-f7ac-405f-9214-450676125226.png) and...

Ah, with #732 even the 'all fonts' is not needed ... ![image](https://user-images.githubusercontent.com/16012374/147500773-05f61954-1165-41ed-b9f2-d50be9edfca4.png) we see ![image](https://user-images.githubusercontent.com/16012374/147500809-e0413f20-d184-4e5f-abbc-613cd6d64fe8.png) 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': ![image](https://user-images.githubusercontent.com/16012374/147661393-e41624b2-abbb-4deb-b786-d71063eaae78.png) This visual logo thing is only slightly wider than 'normal' (i.e. 1440 vs 1200), so scaling...

`tig blame font-patcher`: ![image](https://user-images.githubusercontent.com/16012374/147662159-b4888a54-c1bd-4340-97cb-2716ec7f6de5.png) 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...