Skip to content

Commit

Permalink
fix(fonts): auto-set ionicons font path if not already set
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored and adamdbradley committed Nov 18, 2016
1 parent 218ce76 commit 7bbfb7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/themes/ionic.globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $include-rtl: true !default;
$font-path: "../fonts" !default;


// Ionicons font path
$ionicons-font-path: $font-path !default;


// Hairline width
$hairlines-width: .55px !default;

Expand Down

0 comments on commit 7bbfb7e

Please sign in to comment.