Skip to content

Commit

Permalink
Upgrade MaterialDesignIcons to 1.4.57
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Feb 18, 2016
1 parent e6aec86 commit 77b8632
Show file tree
Hide file tree
Showing 12 changed files with 9,397 additions and 7,070 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fontawesomeVersion = 4.5.0
fontelicoVerison = 0.0
foundationVersion = 3.0
makiVersion = 0.5.0
materialdesignVersion = 1.1.70
materialdesignVersion = 1.4.57
octiconsVersion = 3.3.0
openiconicVersion = 1.1.0
typiconsVersion = 2.0.7
Expand Down

Large diffs are not rendered by default.

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

@Override
public String getFontResourcePath() {
return "META-INF/resources/materialdesignicons/1.1.70/fonts/materialdesignicons-webfont.ttf";
return "META-INF/resources/materialdesignicons/1.4.57/fonts/materialdesignicons-webfont.ttf";
}

@Override
public String getFontFamily() {
return "MaterialDesignIcons";
return "Material Design Icons";
}
}
Loading

0 comments on commit 77b8632

Please sign in to comment.