I'm a recent convert to Inkscape, and am seriously impressed. However, one thing that's bugging me is the font that's being used for the menus, toolbars and so on. It's a small serif font that doesn't look particularly attractive and is inconsistent with the default font used by every other program I have (I've seen mentions of GTK...is this the reason for the inconsistency?) Is there a simple way to change the UI font to something more readable? I haven't spotted anything in Inkscape's preferences.
Thanks in advance for any help, and apologies for what is probably an embarrassingly n00bular question.
Changing GUI font in Windows
Re: Changing GUI font in Windows
I know this is a 8-year-old thread, but since it is still unanswered let me make a small contribution:
To change the GUI font for a GTK 2.0 based application, create a text file called .gtkrc-2.0 in your HOME directory (On Windows, this is the %USERPROFILE%, or C:\Users\<your_username> )and put the following content in:
the font_name is where you can specify the name, size, and other properties of your favorite font.
To change the GUI font for a GTK 2.0 based application, create a text file called .gtkrc-2.0 in your HOME directory (On Windows, this is the %USERPROFILE%, or C:\Users\<your_username> )and put the following content in:
Code: Select all
style "user-font"
{
font_name="Sarasa Mono T SC 10"
}
widget_class "*" style "user-font"
the font_name is where you can specify the name, size, and other properties of your favorite font.
Re: Changing GUI font in Windows
I don't remember 8 years ago - not for sure. Currently I'm seeing a sans serif font in the Inkscape interface (version 0.92.3). And I particularly dislike serif fonts, and probably would remember if Inkscape was using one.
Unless the op was using a version older than 0.44, which was the first version I ever used.
Anyway, thanks for the info. Someone may find it useful.
Unless the op was using a version older than 0.44, which was the first version I ever used.
Anyway, thanks for the info. Someone may find it useful.
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design