From 24f0445a6aa0f4758b47c775011acb9e8debf2ca Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Feb 2012 12:17:14 +0530 Subject: [PATCH] ... --- resources/default_tweaks.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index b35cb79729..b675a7a982 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -385,10 +385,11 @@ maximum_resort_levels = 5 # the fields that are being displayed. sort_dates_using_visible_fields = False -#: Specify which font to use when generating a default cover +#: Specify which font to use when generating a default cover or masthead # Absolute path to .ttf font files to use as the fonts for the title, author -# and footer when generating a default cover. Useful if the default font (Liberation -# Serif) does not contain glyphs for the language of the books in your library. +# and footer when generating a default cover or masthead image. Useful if the +# default font (Liberation Serif) does not contain glyphs for the language of +# the books in your library. generate_cover_title_font = None generate_cover_foot_font = None