blob: e314cca4a6b0d6e1b6cbb7eaf77d860ea35d9ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $(gtkconfigdir)/gtkrc.ka_GE.georgianps
#
# This file defines the fontsets for Georgian language (ka) using
# the GEORGIAN-PS (Parliament-Soros found) charset encoding.
#
# You can find links for georgian-ps True Type fonts following the
# links at my page on georgian local
#
# 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
#
style "gtk-default-georgianps" {
fontset = "-adobe-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-*,\
-*-*-medium-r-normal--14-*-*-*-*-*-georgian-ps"
}
class "GtkWidget" style "gtk-default-georgianps"
|