How to customize the font use by Cheddar ?
On Linux, as any GTK application, you can customize the font used by Cheddar by adding a .gtkrc-2.0 file in your home
directory. As an example, the following text put in .gtkrc-2.0 file allows you to have a large font with Cheddar:
<
style "font"
{
font_name = "Corbel 20"
}
widget_class "*" style "font"
gtk-font-name = "Corbel 20"