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)