diff options
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> |