diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-12-20 14:34:44 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | c5e9b5e0dc248b8c276aef6d4053cfd1bd05b38f (patch) | |
| tree | 78d8c0644762753e3e61b59b8713a369de244080 /templates | |
| parent | cd07f3b15c5055a9b7ee50da2161b42c56af5114 (diff) | |
Fix link to Inclusive Sans typeface
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html.j2 | 2 |
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 %} |
