blob: a34c9c81ca01748a7564cba5a62a569adb0da7f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This file was written by KDE
# You can edit it in the KDE control center, under "GTK Styles and Fonts"
include "/usr/share/themes/Qt/gtk-2.0/gtkrc"
style "user-font"
{
font_name="Sans Serif 9"
}
widget_class "*" style "user-font"
gtk-theme-name="Qt"
gtk-font-name="Sans Serif 9"
|