diff --git a/pelican/settings.py b/pelican/settings.py index 01203504..e3630ded 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -45,6 +45,7 @@ DEFAULT_CONFIG = { 'DISPLAY_PAGES_ON_MENU': True, 'DISPLAY_CATEGORIES_ON_MENU': True, 'PDF_GENERATOR': False, + 'PDF_STYLE': 'twelvepoint', 'OUTPUT_SOURCES': False, 'OUTPUT_SOURCES_EXTENSION': '.text', 'USE_FOLDER_AS_CATEGORY': True,