diff options
-rw-r--r-- | dillorc | 2 | ||||
-rw-r--r-- | src/prefs.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ # #font_serif="DejaVu Serif" #font_sans_serif="DejaVu Sans" -#font_cursive="DejaVu Sans" +#font_cursive="URW Chancery L" #font_fantasy="DejaVu Sans" #font_monospace="DejaVu Sans Mono" diff --git a/src/prefs.c b/src/prefs.c index ca0b9c15..5514c01a 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -15,7 +15,7 @@ #define PREFS_HOME "http://www.dillo.org/" #define PREFS_FONT_SERIF "DejaVu Serif" #define PREFS_FONT_SANS_SERIF "DejaVu Sans" -#define PREFS_FONT_CURSIVE "DejaVu Sans" /* TODO: find good default */ +#define PREFS_FONT_CURSIVE "URW Chancery L" #define PREFS_FONT_FANTASY "DejaVu Sans" /* TODO: find good default */ #define PREFS_FONT_MONOSPACE "DejaVu Sans Mono" #define PREFS_SEARCH_URL "http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" |