Skip to content

Commit 7bbfb7e

Browse files
jgw96adamdbradley
authored andcommitted
fix(fonts): auto-set ionicons font path if not already set
1 parent 218ce76 commit 7bbfb7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/themes/ionic.globals.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ $include-rtl: true !default;
1919
$font-path: "../fonts" !default;
2020

2121

22+
// Ionicons font path
23+
$ionicons-font-path: $font-path !default;
24+
25+
2226
// Hairline width
2327
$hairlines-width: .55px !default;
2428

0 commit comments

Comments
 (0)