We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4a5cb commit 5974dceCopy full SHA for 5974dce
scripts/demos/index.html
@@ -7,7 +7,7 @@
7
<meta name="apple-mobile-web-app-capable" content="yes">
8
9
<link id="ionicLink" href="./build/main.css" rel="stylesheet">
10
- <link href="./build/e2e.shared.css" rel="stylesheet">
+ <link href="./build/demos.shared.css" rel="stylesheet">
11
</head>
12
<body>
13
scripts/demos/variables.scss
@@ -3,7 +3,7 @@
3
4
// Font path is used to include ionicons,
5
// roboto, and noto sans fonts
6
-$font-path: "../../fonts";
+$font-path: "../assets/fonts";
@import "ionic.globals";
0 commit comments