gramps/mac/gtkrc
John Ralls 00ce7695b2 Bug 5474 Unicode chars can't display on Mac GTK-OSX port
Make Arial Unicode MS the default face on Mac
Supports East Asian, Semitic, and European scripts. Fails with Indic 
(Hindi, Telugu, Tamil, Thai, etc.) scripts.

Since fallback isn't supported for the ATSUI backend of Pango, users 
of unsupported scripts will have to override this in their ~/.gtkrc-2.0 
files.



svn: r18789
2012-01-29 01:33:44 +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"