aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2024-12-20 14:34:44 +0200
committerJan Tuomi <jan@jantuomi.fi>2024-12-21 19:43:13 +0200
commitc5e9b5e0dc248b8c276aef6d4053cfd1bd05b38f (patch)
tree78d8c0644762753e3e61b59b8713a369de244080
parentcd07f3b15c5055a9b7ee50da2161b42c56af5114 (diff)
Fix link to Inclusive Sans typeface
-rw-r--r--templates/index.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2
index a9fffc1..ea2e225 100644
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -27,6 +27,6 @@
</p>
<p>
Find <i>diddle</i> on <a href="https://github.com/jantuomi/diddle">GitHub</a>. © {{ now.year }} Jan Tuomi. All rights reserved.<br>
- This site uses the <a href="https://www.oliviaking.com/inclusive-sans">Inclusive Sans</a> typeface.
+ This site uses the <a href="https://fonts.google.com/specimen/Inclusive+Sans">Inclusive Sans</a> typeface.
</p>
{% endblock %}