From 58f8e8d8b6f6e0e7dbfddb52a9826193d057af61 Mon Sep 17 00:00:00 2001 From: Tobias Radloff Date: Thu, 18 Dec 2025 12:36:22 +0100 Subject: [PATCH] Switched to local font files in production version --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 89513bc..3082d17 100644 --- a/publishconf.py +++ b/publishconf.py @@ -7,7 +7,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -FONT_SOURCE = "cdn" +FONT_SOURCE = "local" STYLESHEET_FILES = ("pico." + PICO_COLOR + ".min.css", "font." + FONT_SOURCE + ".css", CUSTOM_CSS)