diff --git a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeBrandsModule.cs b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeBrandsModule.cs
index a57b7b5..16ef93f 100644
--- a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeBrandsModule.cs
+++ b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeBrandsModule.cs
@@ -10,7 +10,7 @@ public sealed class FontAwesomeBrandsModule : IconModule
/// Initializes a new instance of the class.
///
public FontAwesomeBrandsModule()
- : base("Font Awesome 5 Brands", "FontAwesome5BrandsRegular", "iconize-fontawesome-brands.ttf", FontAwesomeCollection.BrandIcons)
+ : base("Font Awesome 5 Brands", "FontAwesome5Brands-Regular", "iconize-fontawesome-brands.ttf", FontAwesomeCollection.BrandIcons)
{
// Intentionally left blank
}
diff --git a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeRegularModule.cs b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeRegularModule.cs
index 54bfb2a..18d4cc7 100644
--- a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeRegularModule.cs
+++ b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeRegularModule.cs
@@ -10,7 +10,7 @@ public sealed class FontAwesomeRegularModule : IconModule
/// Initializes a new instance of the class.
///
public FontAwesomeRegularModule()
- : base("Font Awesome 5 Free Regular", "FontAwesome5FreeRegular", "iconize-fontawesome-regular.ttf", FontAwesomeCollection.RegularIcons)
+ : base("Font Awesome 5 Free Regular", "FontAwesome5Free-Regular", "iconize-fontawesome-regular.ttf", FontAwesomeCollection.RegularIcons)
{
// Intentionally left blank
}
diff --git a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeSolidModule.cs b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeSolidModule.cs
index 7db7faa..ef78bdb 100644
--- a/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeSolidModule.cs
+++ b/src/Fonts/Plugin.Iconize.FontAwesome/FontAwesomeSolidModule.cs
@@ -10,7 +10,7 @@ public sealed class FontAwesomeSolidModule : IconModule
/// Initializes a new instance of the class.
///
public FontAwesomeSolidModule()
- : base("Font Awesome 5 Free Solid", "FontAwesome5FreeSolid", "iconize-fontawesome-solid.ttf", FontAwesomeCollection.SolidIcons)
+ : base("Font Awesome 5 Free Solid", "FontAwesome5Free-Solid", "iconize-fontawesome-solid.ttf", FontAwesomeCollection.SolidIcons)
{
// Intentionally left blank
}