chore: fonts + improve color scales

This commit is contained in:
Cory Dransfeldt 2024-09-26 11:45:17 -07:00
parent bda81f70dd
commit db0b5b33eb
No known key found for this signature in database
12 changed files with 94 additions and 61 deletions

View file

@ -84,6 +84,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ pageTitle }}</title>
<link rel="preload" href="/assets/fonts/ml.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="/assets/fonts/mlb.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
<link rel="canonical" href="{{ fullUrl }}" />
<meta property="og:title" content="{{ pageTitle }}" />