mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-04 04:44:16 +01:00
Remove default Microsoft fonts.
In keeping with the spirit of free software, this patch removes several Microsoft fonts (Trebuchet, Arial, and Verdana) from being the default fonts for Window Maker and WINGs. This patch has the added advantage of allowing users some control over the appearance of WINGs widgets. Formerly, there was no way to control the font if the Trebuchet MS font was installed. Now the WINGs font can be changed by setting the sans-serif alias in fonts.conf.
This commit is contained in:
committed by
Carlos R. Mafra
parent
34da09a0a3
commit
0d45deff07
@@ -6,8 +6,8 @@
|
||||
|
||||
_WINGsConfiguration WINGsConfiguration;
|
||||
|
||||
#define SYSTEM_FONT "Trebuchet MS,sans serif"
|
||||
#define BOLD_SYSTEM_FONT "Trebuchet MS,sans serif:bold"
|
||||
#define SYSTEM_FONT "sans serif"
|
||||
#define BOLD_SYSTEM_FONT "sans serif:bold"
|
||||
#define DEFAULT_FONT_SIZE 12
|
||||
|
||||
#define FLOPPY_PATH "/floppy"
|
||||
|
||||
Reference in New Issue
Block a user