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 %}