gtk2/gtk/gtkrc.ru
1999-06-23 10:50:31 +00:00

18 lines
520 B
Ruby

# $(gtkconfigdir)/gtkrc.ru
#
# This file defines the fontsets for Russian language (ru) using
# the KOI8-R charset encoding.
#
# 1999, Pablo Saratxaga <srtxg@chanae.alphanet.ch>
#
# Changelog:
# 1999-06-23: changed -cronyx-helvetica-...koi8-r to -*-helvetica-...koi8-r
# everybody doesn't has cronyx fonts (I haven't :) )
style "default" {
fontset = "-*-helvetica-medium-r-normal--14-*-*-*-*-*-iso8859-1,\
-*-helvetica-medium-r-normal--14-*-*-*-*-*-koi8-r"
}
class "GtkWidget" style "default"