Hi, if I want to compile tazweb from source with another default font (enlarge), where put the font configuration?
On readme of source is present only this option...
* Change font of a widget:
PangoFontDescription *font;
font = pango_font_description_from_string("8");
gtk_widget_modify_font(urientry, font);
pango_font_description_free(font);* Change size of a widget:
gtk_widget_set_size_request(toolbar, 0, 28);
Thank in advance!