docs(demos): update paths for fonts and stylesheet

This commit is contained in:
Brandy Carney
2017-03-24 13:25:29 -04:00
parent 9e4a5cb496
commit 5974dcea9e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<link id="ionicLink" href="./build/main.css" rel="stylesheet"> <link id="ionicLink" href="./build/main.css" rel="stylesheet">
<link href="./build/e2e.shared.css" rel="stylesheet"> <link href="./build/demos.shared.css" rel="stylesheet">
</head> </head>
<body> <body>

View File

@ -3,7 +3,7 @@
// Font path is used to include ionicons, // Font path is used to include ionicons,
// roboto, and noto sans fonts // roboto, and noto sans fonts
$font-path: "../../fonts"; $font-path: "../assets/fonts";
@import "ionic.globals"; @import "ionic.globals";