This commit is contained in:
33333-33333 2026-06-05 15:28:02 +09:00
commit a06795c694
7 changed files with 21 additions and 18 deletions

9
web.config Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<remove fileExtension=".ttf" />
<mimeMap fileExtension=".ttf" mimeType="font/ttf" />
</staticContent>
</system.webServer>
</configuration>