forked from AuroraMiddleware/gtk
16 lines
423 B
Plaintext
16 lines
423 B
Plaintext
# $(gtkconfigdir)/gtkrc.th
|
|
#
|
|
# This file defines the fontsets for Thai language (th) using
|
|
# the TIS-620 charset encoding.
|
|
#
|
|
# 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
|
|
#
|
|
|
|
style "default" {
|
|
fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,\
|
|
-*-phaisarn-medium-r-normal--14-*-*-*-*-*-tis620.2533-1,\
|
|
-*-*-medium-r-normal--14-*-*-*-*-*-tis620.2533-1"
|
|
}
|
|
class "GtkWidget" style "default"
|
|
|