From a0151cbc86166731465b963ea3addb04d866baae Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 20 Apr 2024 23:07:23 +0200 Subject: Use DejaVu Sans for cursive by default The URW Chancery L font is not likely to be installed, so by default we use the same as for serif and sans, DejaVu. Fixes: https://github.com/dillo-browser/dillo/issues/138 --- dillorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dillorc') diff --git a/dillorc b/dillorc index 8295e05b..43d2ea1a 100644 --- a/dillorc +++ b/dillorc @@ -54,7 +54,7 @@ # "fc-list : family | cut -d ',' -f 2 | sort"). #font_serif="DejaVu Serif" #font_sans_serif="DejaVu Sans" -#font_cursive="URW Chancery L" +#font_cursive="DejaVu Sans" #font_fantasy="DejaVu Sans" #font_monospace="DejaVu Sans Mono" # -- cgit v1.2.3