Skip to content

Commit 5974dce

Browse files
committed
docs(demos): update paths for fonts and stylesheet
1 parent 9e4a5cb commit 5974dce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/demos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="apple-mobile-web-app-capable" content="yes">
88

99
<link id="ionicLink" href="./build/main.css" rel="stylesheet">
10-
<link href="./build/e2e.shared.css" rel="stylesheet">
10+
<link href="./build/demos.shared.css" rel="stylesheet">
1111
</head>
1212
<body>
1313

scripts/demos/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Font path is used to include ionicons,
55
// roboto, and noto sans fonts
6-
$font-path: "../../fonts";
6+
$font-path: "../assets/fonts";
77

88
@import "ionic.globals";
99

0 commit comments

Comments
 (0)