mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(sass): change default font path (#8811)
This commit is contained in:
committed by
Brandy Carney
parent
faed85c6d3
commit
0940d5a4d7
@@ -16,7 +16,7 @@ $include-rtl: true !default;
|
||||
|
||||
|
||||
// Global font path
|
||||
$font-path: "../fonts" !default;
|
||||
$font-path: "../assets/fonts" !default;
|
||||
|
||||
|
||||
// Hairline width
|
||||
|
||||
Reference in New Issue
Block a user