From 21b5df494b7c1eb54b9df81c1ca9cba26ca87e3c Mon Sep 17 00:00:00 2001 From: Vladimir Nadvornik Date: Fri, 21 Aug 2009 02:09:34 +0200 Subject: [PATCH] Less strict font requirements Fixes bug: https://bugzilla.novell.com/show_bug.cgi?id=154758 --- WindowMaker/Defaults/WMGLOBAL | 4 ++-- WindowMaker/Defaults/WindowMaker.in | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WindowMaker/Defaults/WMGLOBAL b/WindowMaker/Defaults/WMGLOBAL index 7f24b81f..24d68756 100644 --- a/WindowMaker/Defaults/WMGLOBAL +++ b/WindowMaker/Defaults/WMGLOBAL @@ -1,6 +1,6 @@ { - SystemFont = "Trebuchet MS,Luxi Sans"; - BoldSystemFont = "Trebuchet MS,Luxi Sans:bold"; + SystemFont = "Sans"; + BoldSystemFont = "Sans:bold"; DefaultFontSize = 11; AntialiasedText = Yes; FloppyPath = "/floppy"; diff --git a/WindowMaker/Defaults/WindowMaker.in b/WindowMaker/Defaults/WindowMaker.in index 5b63257f..045d2a44 100644 --- a/WindowMaker/Defaults/WindowMaker.in +++ b/WindowMaker/Defaults/WindowMaker.in @@ -104,13 +104,13 @@ ConstrainWindowSize = NO; ClipRaiseLowerKey = None; TitleJustify = center; - WindowTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12"; - MenuTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12"; - MenuTextFont = "Trebuchet MS,Luxi Sans:pixelsize=12"; - IconTitleFont = "Arial,Luxi Sans:pixelsize=9"; - ClipTitleFont = "Verdana:bold:pixelsize=10"; - DisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=12"; - LargeDisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=24"; + WindowTitleFont = "Sans:bold:pixelsize=12"; + MenuTitleFont = "Sans:bold:pixelsize=12"; + MenuTextFont = "Sans:pixelsize=12"; + IconTitleFont = "Sans:pixelsize=9"; + ClipTitleFont = "Sans:bold:pixelsize=10"; + DisplayFont = "Sans:pixelsize=12"; + LargeDisplayFont = "Sans:pixelsize=24"; HighlightColor = white; HighlightTextColor = black; ClipTitleColor = black;