Skip to content

Commit

Permalink
Merge pull request #50 from fraaaank/fa5-name-update
Browse files Browse the repository at this point in the history
update font awesome 5 font family names
  • Loading branch information
aalmiray authored Apr 16, 2019
2 parents 3ba1530 + 8023a25 commit aa854ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public String getFontResourcePath() {

@Override
public String getFontFamily() {
return "Font Awesome 5 Brands";
return "Font Awesome 5 Brands Regular";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public String getFontResourcePath() {

@Override
public String getFontFamily() {
return "Font Awesome 5 Free";
return "Font Awesome 5 Free Regular";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ public String getFontResourcePath() {

@Override
public String getFontFamily() {
return "Font Awesome 5 Free";
return "Font Awesome 5 Free Solid";
}
}

0 comments on commit aa854ad

Please sign in to comment.