Skip to content

Commit

Permalink
Correct font preload
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Dec 22, 2024
1 parent 9d4ae02 commit b910f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bskyweb/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
/**
Expand Down

0 comments on commit b910f9c

Please sign in to comment.