From 60791115c387b42f3f86cb07786eaf22889239bd Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 3 Sep 2024 17:34:32 +0100 Subject: Trying Lato font --- pyblackbird_cc/static/css/project.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 8586e51..3cd7f74 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -7,7 +7,7 @@ } * { - font-family: 'Franklin'; + font-family: 'Lato', Helvetica, Arial, sans-serif; /*margin: 0;*/ /*padding: 0;*/ } -- cgit v1.2.3