mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +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">
|
||||
|
||||
<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>
|
||||
<body>
|
||||
|
||||
|
@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user