aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-27 20:54:24 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-27 20:54:24 +0100
commit2b11287b4e48aa24ee93b04251cd012b19791050 (patch)
tree0147f2fb4c114f1933e7347ff895458711428056
parent8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (diff)
make default font names clearer in dillorc (noticed by corvid)
-rw-r--r--dillorc11
1 files changed, 6 insertions, 5 deletions
diff --git a/dillorc b/dillorc
index b9fef537..01bf47cd 100644
--- a/dillorc
+++ b/dillorc
@@ -41,12 +41,13 @@
# - some fonts may slow down rendering.
# - try to tune a fontname/font_factor combination.
# Ex. {helvetica, lucida, times, "new century schoolbook", utopia, ...}
+# The values below represent the defaults.
#
-# font_serif="DejaVu Serif"
-# font_sans_serif="DejaVu Sans"
-# font_cursive="DejaVu Sans"
-# font_fantasy="DejaVu Sans"
-# font_monospace="DejaVu Sans Mono"
+#font_serif="DejaVu Serif"
+#font_sans_serif="DejaVu Sans"
+#font_cursive="DejaVu Sans"
+#font_fantasy="DejaVu Sans"
+#font_monospace="DejaVu Sans Mono"
# All fontsizes are scaled by this value
# font_factor=1.5