diff options
author | Barry Pollard <barrypollard@google.com> | 2024-12-23 17:41:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 17:41:00 +0000 |
commit | 08a5f7a0bd2934f91b0e7c04df215f9e3ca92f37 (patch) | |
tree | bf72c9fceb0f6dd833a3566da8bfe9422cd1c7d2 /bskyweb | |
parent | 5020e4233a5a50be8fe7b8f360737da4d30ab74a (diff) | |
download | voidsky-08a5f7a0bd2934f91b0e7c04df215f9e3ca92f37.tar.zst |
Correct font preload (#7249)
Diffstat (limited to 'bskyweb')
-rw-r--r-- | bskyweb/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 1ddd29171..43ab379d5 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -13,7 +13,7 @@ <!-- Hello Humans! API docs at https://atproto.com --> - <link rel="preload" as="font" type="font/ttf" href="{{ staticCDNHost }}/static/media/InterVariable.c504db5c06caaf7cdfba.woff2"> + <link rel="preload" as="font" type="font/woff2" href="{{ staticCDNHost }}/static/media/InterVariable.c504db5c06caaf7cdfba.woff2" crossorigin> <style> /** |