The conference is almost upon us and we have been using the wrong font!
authorVik Fearing <vik@chouppes.com>
Thu, 7 Sep 2023 10:04:37 +0000 (12:04 +0200)
committerVik Fearing <vik@chouppes.com>
Thu, 7 Sep 2023 10:52:58 +0000 (12:52 +0200)
Found while finishing up the badges

static/css/pgdayuk.css
templates/base.html

index e9249d278d8ed3e37055764b9caf758405cdae1f..6645b29caad09b6590f015dcd4aa2f404de817a0 100644 (file)
@@ -45,7 +45,7 @@ ul, ol {
    --link-bad-text-color: var(--red);
 
    /* fonts */
-   --sans: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
+   --sans: Fira Sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
            Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
 }
index 434b3285123f5f000ec2d234b065a28535d49a56..98ff4fca162b79a5a0922e3090c5421271ec428b 100644 (file)
@@ -14,7 +14,7 @@
     <title>{% block title %}{% endblock %}{% block titlesuffix %} &mdash; {{ confname }} {{ year }}{% endblock %}</title>
 
     <link rel="stylesheet" href="https://assets.postgresql.eu/font-awesome/fontawesome-free-6/css/all.css" crossorigin="anonymous">
-    <link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Fira+Sans:400,700' rel='stylesheet' type='text/css'>
     <link href="{{ media("css/pgdayuk.css") }}" rel="stylesheet" type="text/css">
 
     <!-- favicon -->