diff options
author | bionel <ionel.busuioc@gmail.com> | 2013-10-04 17:08:43 +0530 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2013-10-04 17:08:43 +0530 |
commit | 168aaa3b42beb1258bea02da8f0597c876e8ce11 (patch) | |
tree | 0599294069f9fd995ecb6f6b26cfa84adf107188 | |
parent | 29f2107b041bed356b5c88fb2b43fc1e6d46f7c1 (diff) |
FIxed the font for XFCE (again)
modified: skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
modified: skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
-rw-r--r-- | skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml | 2 | ||||
-rw-r--r-- | skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml index d5ee5d1..3c7d556 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml @@ -55,7 +55,7 @@ <property name="snap_width" type="int" value="10"/> <property name="theme" type="string" value="Kogaion-light"/> <property name="title_alignment" type="string" value="center"/> - <property name="title_font" type="string" value="Sans Bold 9"/> + <property name="title_font" type="string" value="Bitstream Vera Sans Bold 9"/> <property name="title_horizontal_offset" type="int" value="0"/> <property name="title_shadow_active" type="string" value="false"/> <property name="title_shadow_inactive" type="string" value="false"/> diff --git a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml index c27aae4..efe7f94 100644 --- a/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +++ b/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml @@ -23,7 +23,7 @@ <property name="Gtk" type="empty"> <property name="CanChangeAccels" type="bool" value="false"/> <property name="ColorPalette" type="string" value="black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"/> - <property name="FontName" type="string" value="Sans 10"/> + <property name="FontName" type="string" value="Bitstream Vera Sans 10"/> <property name="IconSizes" type="string" value=""/> <property name="KeyThemeName" type="string" value=""/> <property name="ToolbarStyle" type="string" value="icons"/> |