diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:34:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-03 17:34:32 +0100 |
commit | 60791115c387b42f3f86cb07786eaf22889239bd (patch) | |
tree | fdf71676bfb371279243009ad2fb6b0185603f29 /pyblackbird_cc/static/css | |
parent | 1fba7b90feb50ec43d3d355dd8e54f834e648810 (diff) |
Trying Lato font
Diffstat (limited to 'pyblackbird_cc/static/css')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;*/ } |