mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(demos): set font path
This commit is contained in:
@ -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";
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user