attribution and fonts

This commit is contained in:
2026-06-17 09:56:37 -07:00
parent 5e7b6fc2ab
commit c382e35ed0
3 changed files with 13 additions and 3 deletions

View File

@ -1,2 +1,3 @@
<footer>
<p><a href="/attribution/">site attribution</a></p>
</footer>

View File

@ -35,7 +35,7 @@
#}
<!-- Fonts -->
<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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<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=Atkinson+Hyperlegible+Next:ital,wght@0,200..800;1,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>

9
src/attribution.md Normal file
View File

@ -0,0 +1,9 @@
---
title: Attribution
---
This site is built using [{{ eleventy.generator }}](https://www.11ty.dev/){target="_blank"} by [Lee Cattarin](https://leecat.art){target="_blank"}.
The header font is [Monserrat](https://fonts.google.com/specimen/Montserrat){target="_blank"}. The body font is [Atkinson Hyperlegible Next](https://www.brailleinstitute.org/freefont/){target="_blank"}, developed by the Braille Institute.
This site is created [without the use of generative AI](https://declare-ai.org/1.0.0/none.html){target="_blank"}.