[Lazarus] IDE Font
Anthony Walter
sysrpl at gmail.com
Sat Dec 12 04:27:07 CET 2015
Okay, after some research I found an easy way to fix the problem. I thought
this might be useful to others.
You can easily define your own styles and change theme for Gtk2. Just
create a files called ~/.gtkrc-2.0 and put whatever settings you prefer
into it. For example to change the default font for Lazarus and it's apps
you can write this in the gtk rc file:
style "MyStyle"
{
font_name = "Ubuntu Condensed 11"
}
widget_class "*" style "MyStyle"
gtk-font-name = "Ubuntu Condensed 11"
Just restart the app and the changes take effect.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151211/fa5ccf7e/attachment-0003.html>
More information about the Lazarus
mailing list