Skip to content

Commit

Permalink
Fix wrong font-family names. Relates to #125
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Dec 7, 2020
1 parent 447ebe3 commit b7c084d
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 @@ -54,6 +54,6 @@ public InputStream getFontResourceAsStream() {

@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 @@ -54,6 +54,6 @@ public InputStream getFontResourceAsStream() {

@Override
public String getFontFamily() {
return "microns";
return "Microns";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public InputStream getFontResourceAsStream() {

@Override
public String getFontFamily() {
return "Themify";
return "themify";
}
}

0 comments on commit b7c084d

Please sign in to comment.