gramps/mac/gtkrc
John Ralls 8535db8d93 Bug 5474: Unicode chars can't display on Mac GTK-OSX port
Make Arial Unicode MS the default face for OSX
Supports East Asian, Semitic, and European scripts, but not Indic 
(Hindi, Telugu, Tamil, Thai, etc.). Since Pango's ATSUI backend doesn't 
support fallback, users of these scripts will have to override the 
default face in their ~/.gtkrc-2.0



svn: r18790
2012-01-29 01:39:24 +00:00

8 lines
142 B
Plaintext

gtk-icon-theme-name = "Tango"
gtk-enable-mnemonics = 0
style "UniFont" {
font_name = "Arial Unicode MS"
}
widget_class "*" style "UniFont"