diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-08-23 11:46:12 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-12-21 19:43:13 +0200 |
| commit | e99cf8703ed1f1ff372b3e7e586ae3952b9299a5 (patch) | |
| tree | c8a51879f4d87a7d6b795ee344b23fd99fc0ad51 /templates/base.html.j2 | |
| parent | 3ea6154a9e75011c194820456b66fa00f12a55b7 (diff) | |
Improvements
Diffstat (limited to 'templates/base.html.j2')
| -rw-r--r-- | templates/base.html.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html.j2 b/templates/base.html.j2 index 1e2ab74..c7e03d7 100644 --- a/templates/base.html.j2 +++ b/templates/base.html.j2 @@ -5,6 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="diddle is a minimalist, mobile friendly, fast and self-hosted scheduling tool, licensed under Apache 2.0."> + <link rel="preload" href="/static/InclusiveSans-Regular.ttf" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="stylesheet" href="/static/styles.css"></link> </head> <body> |
