docs(demos): fix the local font var

references driftyco/ionic-site#397
This commit is contained in:
Brandy Carney
2016-02-05 15:18:55 -05:00
parent c7a58f0dfc
commit ae764860ec

View File

@ -1,2 +1,2 @@
$font-path: "/fonts";
$roboto-font-path: "/fonts";
$font-path: "../fonts";
$roboto-font-path: "../fonts";