blob: 91dad95efd8bc916ab45e00f29d9d9d2f52d78d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $(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"
|