Refactor: Use jsDelivr CDN for font download to fix MIME/extension issues

This commit is contained in:
2025-11-19 15:56:23 -08:00
parent 8a15cd532b
commit b20627ef2d

View File

@@ -90,10 +90,9 @@
</section> </section>
<section class="download-area"> <section class="download-area">
<a href="./dist/Stain.otf" class="btn" download>Download Stain.OTF</a> <a href="https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf" class="btn">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>
</body> </body>
</html> </html>