lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

tab font #149

Closed berqavos closed 9 years ago

berqavos commented 9 years ago

Hello

I've searched but didn't found a possibility to change the tab fonts. Maybe I've missed it? If not, that would be a great feature.

Cheers bqion

lanoxx commented 9 years ago

Did you try to change the CSS for the tab font?

berqavos commented 9 years ago

solution 1: $HOME/.config/gtk-3.0/settings.ini

add the following line with your preferred font e.g.: gtk-font-name=DejaVu Sans Mono 8

solution 2 (thx for the hint): $HOME/.config/gtk-3.0/gtk.css

add the following e.g: GtkNotebook tab GtkLabel { font: 8; }

btw: great work! using tilda with i3wm