mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
docs(demos): update paths for fonts and stylesheet
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
@ -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";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user