From e08062a7326f5af6de5a6476e9d94292723cf711 Mon Sep 17 00:00:00 2001 From: csd4ni3l Date: Sat, 25 Oct 2025 18:46:21 +0200 Subject: [PATCH] use New Rocker font instead of Creepster --- templates/base.jinja2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.jinja2 b/templates/base.jinja2 index a1f6607..a7f0b1c 100644 --- a/templates/base.jinja2 +++ b/templates/base.jinja2 @@ -30,20 +30,20 @@ z-index: 1; } * { - font-family: 'Creepster', cursive !important; + font-family: 'New Rocker', cursive !important; } body { background: linear-gradient(135deg, #0d0618 0%, #1a0b2e 50%, #2d1b4e 100%); } - + {% block head %} {% endblock %}