35 lines
1.3 KiB
Diff
35 lines
1.3 KiB
Diff
|
--- WindowMaker/Defaults/WMGLOBAL
|
||
|
+++ 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";
|
||
|
--- WindowMaker/Defaults/WindowMaker.in
|
||
|
+++ WindowMaker/Defaults/WindowMaker.in
|
||
|
@@ -109,13 +109,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;
|