Difference between revisions of "Talk:Debian fonts"
From AMule Project FAQ
(gtkrc thing..) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
I fixed small gtk1.2 fonts with this in ~/.gtkrc.mine: | I fixed small gtk1.2 fonts with this in ~/.gtkrc.mine: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | widget_class "*" style "user-font" | + | style "user-font" |
− | + | { | |
+ | fontset="-*-bitstream vera sans-medium-r-normal-*-11-*-*-*-*-*-iso8859-1" | ||
+ | } | ||
+ | |||
+ | widget_class "*" style "user-font" | ||
~/.gtkrc-1.2-gnome2: | ~/.gtkrc-1.2-gnome2: | ||
− | |||
− | |||
− | include "/home/user/.gtkrc.mine" | + | # Autowritten by gnome-settings-daemon. Do not edit |
+ | include "/home/user/.gtkrc.mine" | ||
− | + | '''Yes, that's what ''switch'' and ''switch2'' actually do. I just made it more clear in the Debian fonts artcile so that people take a look at the skins article. Thanks for your tip :)''' |
Latest revision as of 19:14, 1 December 2005
I fixed small gtk1.2 fonts with this in ~/.gtkrc.mine:
style "user-font" { fontset="-*-bitstream vera sans-medium-r-normal-*-11-*-*-*-*-*-iso8859-1" } widget_class "*" style "user-font"
~/.gtkrc-1.2-gnome2:
# Autowritten by gnome-settings-daemon. Do not edit include "/home/user/.gtkrc.mine"
Yes, that's what switch and switch2 actually do. I just made it more clear in the Debian fonts artcile so that people take a look at the skins article. Thanks for your tip :)