diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-05 11:56:57 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-05 11:57:04 +0100 |
| commit | ca983313ea54f1983e1b6ca85d208a34412381bc (patch) | |
| tree | fc051652d54615868edade36dbd62bda9ccc9731 /templates/base.html | |
| parent | e4dbcbfef3ba5bb5cd95ef5d7513fb0ad35a4f73 (diff) | |
Add favicon, and improve font handling
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index b82b3c2..5cc8b33 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,12 +15,14 @@ <link rel="preload" href="/font/LibreCaslonCondensed[wdth,wght].woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="/font/LibreCaslonCondensed-Italic[wght].woff2" as="font" type="font/woff2" crossorigin> - <link rel="preload" href="/font/Ronzino-Medium.woff2" as="font" type="font/woff2" crossorigin> - <link rel="preload" href="/font/Ronzino-Bold.woff2" as="font" type="font/woff2" crossorigin> - + <link rel="preload" href="/font/LibreCaslonText[wght].woff2" as="font" type="font/woff2" crossorigin> + <link rel="preload" href="/font/LibreCaslonText-Italic[wght].woff2" as="font" type="font/woff2" crossorigin> + <link rel="stylesheet" type="text/css" href="/css/style.css"> <link rel="author" href="humans.txt"> + <link rel="icon" href="/img/favicon.png" /> + <script type="module" src="/js/animation.js"></script> </head> <body> |