Skip to content

Commit ae76486

Browse files
committed
docs(demos): fix the local font var
references ionic-team/ionic-site#397
1 parent c7a58f0 commit ae76486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/app.variables.local.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
$font-path: "/fonts";
2-
$roboto-font-path: "/fonts";
1+
$font-path: "../fonts";
2+
$roboto-font-path: "../fonts";

0 commit comments

Comments
 (0)