EnableFontAwesome 1.0.9

dotnet add package EnableFontAwesome --version 1.0.9
                    
NuGet\Install-Package EnableFontAwesome -Version 1.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EnableFontAwesome" Version="1.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EnableFontAwesome" Version="1.0.9" />
                    
Directory.Packages.props
<PackageReference Include="EnableFontAwesome" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EnableFontAwesome --version 1.0.9
                    
#r "nuget: EnableFontAwesome, 1.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=EnableFontAwesome&version=1.0.9
                    
Install EnableFontAwesome as a Cake Addin
#tool nuget:?package=EnableFontAwesome&version=1.0.9
                    
Install EnableFontAwesome as a Cake Tool

enable-font-awesome-site-extension 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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.9 1,397 7/31/2023
1.0.8 7,260 11/13/2018
1.0.7 806 11/9/2018
1.0.6 1,325 2/28/2018
1.0.5 1,066 2/28/2018
1.0.4 1,084 2/28/2018