KRTirtho / wives

A beautiful, modern & feature-rich Terminal Emulator
GNU General Public License v3.0
135 stars 11 forks source link

My own fonts #17

Open igorgue opened 1 year ago

igorgue commented 1 year ago

I'm on Linux and my options are limited to some fonts you have by default, I'd like to use my own in the ~/.fonts folder or any XDG_CONFIG_DIR/.config... dir.

KRTirtho commented 1 year ago

Currently, Flutter doesn't have any support for system fonts or dynamic font loading. Thus, I had to pre-pack some popular fixed-width, monospaced font families. We'll have to wait or invent a way to load fonts dynamically in flutter