docs(demos): set font path

This commit is contained in:
Drew Rygh
2015-10-30 15:54:03 -05:00
parent e5d28e0639
commit 1f390d0fda

View File

@ -8,6 +8,10 @@ $colors: (
royal: #7e60ff, royal: #7e60ff,
); );
$font-path: '../../dist/fonts';
@import "../../ionic/ionic";
body, body:hover, body a, body button, body media-switch { body, body:hover, body a, body button, body media-switch {
cursor: url('http://ionicframework.com/img/finger.png'), auto; cursor: url('http://ionicframework.com/img/finger.png'), auto;
} }
@ -340,7 +344,3 @@ body.ios button[fab].fab-map {
body.md button[fab].fab-map { body.md button[fab].fab-map {
top: 220px; top: 220px;
} }
@import "../../ionic/ionic";