thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Can't change font #678

Closed Seanmusse closed 4 years ago

Seanmusse commented 5 years ago

Hey! I've been trying to change my font but it doesn't leave Monospace. The fonts I'm trying to change to are in fc-list and were installed in /usr/share/fonts . Not really sure of what I can do form now...

I haven't modified my config file at all, besides from the font line, which is font = tamzen 12 (for example)

Any suggestions are welcome!

BarbUk commented 5 years ago

You maybe forgot to put the group in your config. Test your config with --config=

$ cat test.conf 
[options]
font = Source Code Pro 12

and

termite --config=test.conf