about summary refs log tree commit diff
path: root/bskyweb
diff options
context:
space:
mode:
authorBarry Pollard <barrypollard@google.com>2024-12-23 17:41:00 +0000
committerGitHub <noreply@github.com>2024-12-23 17:41:00 +0000
commit08a5f7a0bd2934f91b0e7c04df215f9e3ca92f37 (patch)
treebf72c9fceb0f6dd833a3566da8bfe9422cd1c7d2 /bskyweb
parent5020e4233a5a50be8fe7b8f360737da4d30ab74a (diff)
downloadvoidsky-08a5f7a0bd2934f91b0e7c04df215f9e3ca92f37.tar.zst
Correct font preload (#7249)
Diffstat (limited to 'bskyweb')
-rw-r--r--bskyweb/templates/base.html2
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>
     /**