pop-os / cosmic-term

WIP COSMIC terminal emulator
GNU General Public License v3.0
297 stars 39 forks source link

Built in Nerd Font fallback #48

Open snaggen opened 5 months ago

snaggen commented 5 months ago

Wezterm have builtin fallback to Nerd Fonts, which is quite convenient since I don't have to bother installing a nerd font version separately. And a lot of things depend on nerd fonts, so I think it is something that might be worth to consider to replicate for cosmic-term.

jackpot51 commented 5 months ago

We may have a built-in font, but it would likely be something we select for COSMIC (Fira Mono).

snaggen commented 5 months ago

Well, the nerd font is only for extra symbols not present in regular fonts. To be used in Vim status line and such. Typical symbols are Git Branch, Tux aso. It is to be combined with a real font, like Fira Code or JetBrains Mono. So it is orthogonal to the default font.

jackpot51 commented 5 months ago

I see