Only preload apex on project page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-15 14:56:56 -06:00
parent 09623f73aa
commit 4c49073962
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
6 changed files with 213 additions and 4 deletions

View file

@ -228,4 +228,9 @@
</li>
</ol>
</fill:footer>
</x-tab.content>
</x-tab.content>
<push name="head">
<link rel="preload" href="/assets/ApexMk2-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/ApexMk2-LightCondensed.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/ApexMk2-BoldExtended.woff2" as="font" type="font/woff2" crossorigin>
</push>