Azure App Service site extension that enable static web fonts. .woff, .woff2 and .ttf files are supported.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jul 23, 2025
$ dotnet add package EnableFontAwesomeBy default files with .woff2, .woff and .ttf extensions are not served by IIS in Azure App Service. This extension simply add MIME types for these font files.
This will work with:
Locate your App Service in Azure portal, in the blade, you'll find the "Extensions" tab, in the right pane, click "Add", find "Enable Static Web Fonts", click OK. Then restart App Service, that's it.
