From 5974dcea9e7ae55b4f492058b5574c4cfbfb585d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 24 Mar 2017 13:25:29 -0400 Subject: [PATCH] docs(demos): update paths for fonts and stylesheet --- scripts/demos/index.html | 2 +- scripts/demos/variables.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/demos/index.html b/scripts/demos/index.html index f9debb29f3..878d16b3a7 100644 --- a/scripts/demos/index.html +++ b/scripts/demos/index.html @@ -7,7 +7,7 @@ - + diff --git a/scripts/demos/variables.scss b/scripts/demos/variables.scss index bd1daf7221..c0f8fe6c14 100644 --- a/scripts/demos/variables.scss +++ b/scripts/demos/variables.scss @@ -3,7 +3,7 @@ // Font path is used to include ionicons, // roboto, and noto sans fonts -$font-path: "../../fonts"; +$font-path: "../assets/fonts"; @import "ionic.globals";