diff options
author | Alexis Hovorka <[email protected]> | 2024-08-16 23:09:44 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2024-08-16 23:09:44 -0600 |
commit | eb567ec6a36145d1c88b81a15d74ec16b2a559e2 (patch) | |
tree | 28573dacd9d5e5b174fa9b9d2d684d9b5c821193 /layouts/page.njk | |
parent | c0c2a30ff1e9043f75ed49654ce24e43fd7e5b5c (diff) |
[chore] Dust off some outdated dependencies
Diffstat (limited to 'layouts/page.njk')
-rw-r--r-- | layouts/page.njk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/page.njk b/layouts/page.njk index 71912c3..9bc53ae 100644 --- a/layouts/page.njk +++ b/layouts/page.njk @@ -10,6 +10,7 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@400;700&display=swap"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hack-font/3.3.0/web/hack.min.css"> + <!--link rel="stylesheet" href="//jackhumbert.github.io/zbalermorna/assets/css/fonts.css"--> <link rel="stylesheet" href="/style.css"> <link rel="icon" href="/favicon.png"> </head> |