Skip to content

Commit

Permalink
update feather icons
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnoxHD committed May 9, 2020
1 parent dc60e4e commit 72c14d5
Show file tree
Hide file tree
Showing 13 changed files with 1,471 additions and 821 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deviconsVersion = 1.8.0
dashiconsVersion = 20200504
elusiveVersion = 2.0
entypoVersion = 1.0
featherVersion = 1.1
featherVersion = 4.28
fontawesomeVersion = 4.7.0
fontawesome5Version = 5.13.0
fontelicoVersion = 0.0
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ public Ikon resolve(String description) {

@Override
public String getFontResourcePath() {
return "META-INF/resources/feather/1.1/fonts/feather.ttf";
return "META-INF/resources/feather/4.28/fonts/feather.ttf";
}

@Override
public String getFontFamily() {
return "FeatherIcons";
}
}
}
Loading

0 comments on commit 72c14d5

Please sign in to comment.