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
		
			
				
	
	
		
			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"
 |