Fix: Revert to relative path and enforce filename to prevent TTF rename

This commit is contained in:
2025-11-19 16:00:26 -08:00
parent 81a32ac31b
commit 28842af0f1

View File

@@ -100,7 +100,7 @@
</section> </section>
<section class="download-area"> <section class="download-area">
<a href="https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf" class="btn">Download Stain.OTF</a> <a href="./dist/Stain.otf" class="btn" download="Stain.otf" type="font/otf">Download Stain.OTF</a>
<a href="https://github.com/multipleof4/stain.otf" class="repo-link">github.com / multipleof4 / stain.otf</a> <a href="https://github.com/multipleof4/stain.otf" class="repo-link">github.com / multipleof4 / stain.otf</a>
</section> </section>
</div> </div>