View | Details | Raw Unified | Return to bug 12637
Collapse All | Expand All

(-)src/defaults.c Tue Jul 13 22:33:14 1999 (-1 / +2 lines)
Lines 2116-2122 Link Here
2116
2116
2117
    font = WMCreateFont(scr->wmscreen, val);
2117
    font = WMCreateFont(scr->wmscreen, val);
2118
    if (!font)
2118
    if (!font)
2119
       font = WMCreateFont(scr->wmscreen, "fixed");
2119
       font = WMCreateFont(scr->wmscreen,
2120
               "fixed,-default-*--16-*,-default-*,*");
2120
2121
2121
    if (!font) {
2122
    if (!font) {
2122
       wfatal(_("could not load any usable font!!!"));
2123
       wfatal(_("could not load any usable font!!!"));

Return to bug 12637