diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-27 20:54:24 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-01-27 20:54:24 +0100 |
commit | 2b11287b4e48aa24ee93b04251cd012b19791050 (patch) | |
tree | 0147f2fb4c114f1933e7347ff895458711428056 /dillorc | |
parent | 8d23bb6e0bf9bc32d9be7f92df4abdb68e3a7c70 (diff) |
make default font names clearer in dillorc (noticed by corvid)
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |