Skip to content

Commit 0940d5a

Browse files
jgw96brandyscarney
authored andcommitted
fix(sass): change default font path (#8811)
1 parent faed85c commit 0940d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/ionic.globals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $include-rtl: true !default;
1616

1717

1818
// Global font path
19-
$font-path: "../fonts" !default;
19+
$font-path: "../assets/fonts" !default;
2020

2121

2222
// Hairline width

0 commit comments

Comments
 (0)