From c772391926220c5573d05826c7dbfadd376c8382 Mon Sep 17 00:00:00 2001 From: Giuliano Peraz Date: Mon, 16 May 2016 20:34:03 +0200 Subject: [PATCH] Adds FONT_URL template variable in pelicanconf --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 7e02367..3a0fddc 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -43,6 +43,7 @@ PAGE_LANG_SAVE_AS = '{slug}.{lang}.html' #PAGE_BACKGROUND = 'images/background.jpg' THEME = 'themes/skeleton/' +FONT_URL = 'https://fontlibrary.org/face/anka-coder-narrow' # Confs relative to the theme nest #NEST_HEADER_IMAGES = 'banner.png'