Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 940 Bytes

File metadata and controls

18 lines (11 loc) · 940 Bytes

MyGet Build Status

Enable web fonts for Azure App Service

By 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:

  • Font Awesome
  • Simple Line Icons
  • IconMoon
  • And any more static .woff2, .woff and .ttf files in your project

How to add this extension

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.

Enable Static Web Fonts