Nicer font
authorDavid Kerkeslager <david@kerkeslager.com>
Thu, 18 Aug 2022 20:43:42 +0000 (16:43 -0400)
committerDavid Kerkeslager <david@kerkeslager.com>
Thu, 18 Aug 2022 20:43:42 +0000 (16:43 -0400)
templates/page.html

index fbf07ca..670dc0a 100644 (file)
@@ -5,6 +5,10 @@
     <meta charset='utf-8'>
     <meta name='viewport' content='width=device-width, initial-scale=1'>
 
+    <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&family=Roboto+Slab:wght@300&display=swap" rel="stylesheet">
+
     <title>{{ title }}</title>
 
     <style>
       }
 
       html {
-        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
+        font-family: 'Robot Slab', Palatino, serif;
         font-size: 18px;
+        font-weight: 300;
         min-height: 100%;
       }
 
       h1, h2, h3, h4, h5 {
-        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+        font-weight: 500;
       }
 
       body {