From 57723209aabbc012d6605e1c5bc6c0a88dda900e Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 13 Apr 2025 09:13:21 -0400 Subject: fix: speed up first paint by delaying web font loading --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index cff513b..74999df 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,7 +11,6 @@ {% endblock %} - @@ -84,6 +83,7 @@ + -- cgit v1.2.3