00ce7695b2
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
8 lines
142 B
Plaintext
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"
|