9 lines
253 B
Text
9 lines
253 B
Text
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<configuration>
|
||
|
|
<system.webServer>
|
||
|
|
<staticContent>
|
||
|
|
<remove fileExtension=".ttf" />
|
||
|
|
<mimeMap fileExtension=".ttf" mimeType="font/ttf" />
|
||
|
|
</staticContent>
|
||
|
|
</system.webServer>
|
||
|
|
</configuration>
|