个人工具

UbuntuHelp:Gtk1Fonts

来自Ubuntu中文

跳转至: 导航, 搜索

To change the gtk1 fonts (i.e. xmms) do the following: Create a file ~/.gtkrc containing the line (if it does not already exist), and replace $USER with your username:

  include "/home/$USER/.gtkrc.mine"

Then create the referenced file (~/.gtkrc.mine) with the content:

  style "user-font"
   {
    fontset="-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
   }

  widget_class "*" style "user-font"

(Replace the font as you like, you can test fonts of this format with xfontsel run from a terminal)