Skip to content

Commit

Permalink
Updated icon class
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsJonQ committed Mar 30, 2016
1 parent 5bed4e2 commit 46db894
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/app/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $HS-icon-font-path: '/dist/hs-app/fonts' !default;
url('#{$HS-icon-font-path}/hs-app.svg#hs-app') format('svg');
}

.icon:before {
.icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down
Binary file modified dist/app/fonts/hs-app.eot
Binary file not shown.
Binary file modified dist/app/fonts/hs-app.ttf
Binary file not shown.
Binary file modified dist/app/fonts/hs-app.woff
Binary file not shown.
Binary file modified dist/app/fonts/hs-app.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/app/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url('fonts/hs-app.svg#hs-app') format('svg');
}

.icon:before {
.icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down
2 changes: 1 addition & 1 deletion dist/custom-app/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $HS-icon-font-path: '/dist/hs-custom-app/fonts' !default;
url('#{$HS-icon-font-path}/hs-custom-app.svg#hs-custom-app') format('svg');
}

.icon:before {
.icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down
Binary file modified dist/custom-app/fonts/hs-custom-app.eot
Binary file not shown.
Binary file modified dist/custom-app/fonts/hs-custom-app.ttf
Binary file not shown.
Binary file modified dist/custom-app/fonts/hs-custom-app.woff
Binary file not shown.
Binary file modified dist/custom-app/fonts/hs-custom-app.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/custom-app/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url('fonts/hs-custom-app.svg#hs-custom-app') format('svg');
}

.icon:before {
.icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down
2 changes: 1 addition & 1 deletion templates/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $HS-icon-font-path: '/dist/<%= fontName %>/fonts' !default;
url('#{$HS-icon-font-path}/<%= fontName %>.svg#<%= fontName %>') format('svg');
}

.<%= cssClass %>:before {
.<%= cssClass %> {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down
2 changes: 1 addition & 1 deletion templates/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
url('fonts/<%= fontName %>.svg#<%= fontName %>') format('svg');
}

.<%= cssClass %>:before {
.<%= cssClass %> {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
/* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
Expand Down

0 comments on commit 46db894

Please sign in to comment.