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