diff options
author | corvid <corvid@lavabit.com> | 2010-06-19 19:40:02 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-06-19 19:40:02 +0000 |
commit | 5aad83cd7b48e136b04593c51ab820894922bb49 (patch) | |
tree | 32ea03d28bfc9e4ca879a0f99ebf1e66cdaabfbb /src/prefs.c | |
parent | 686edaae7bafa14862fdee8aa5f0c168d86ea943 (diff) |
"URW Chancery L" default cursive font
http://www.codestyle.org/css/font-family/sampler-Cursive.shtml
claims that it is almost always present.
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |