Skip to content

Commit 631b57c

Browse files
committed
Polar Chart Spider Web demo: preload font for material theme
1 parent 77054d3 commit 631b57c

File tree

5 files changed

+22
-1
lines changed

5 files changed

+22
-1
lines changed

apps/demos/Demos/Charts/SpiderWeb/Angular/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
8+
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2" as="font" type="font/woff2" crossorigin>
9+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" as="style" type="text/css">
810
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
911

1012
<script src="../../../../node_modules/core-js/client/shim.min.js"></script>

apps/demos/Demos/Charts/SpiderWeb/React/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
8+
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2" as="font" type="font/woff2" crossorigin>
9+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" as="style" type="text/css">
810
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
911
<link rel="stylesheet" type="text/css" href="styles.css" />
1012

apps/demos/Demos/Charts/SpiderWeb/ReactJs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,19 @@
1414
name="viewport"
1515
content="width=device-width, initial-scale=1.0, maximum-scale=5.0"
1616
/>
17+
<link
18+
rel="preload"
19+
href="https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2"
20+
as="font"
21+
type="font/woff2"
22+
crossorigin
23+
/>
24+
<link
25+
rel="preload"
26+
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"
27+
as="style"
28+
type="text/css"
29+
/>
1730
<link
1831
rel="stylesheet"
1932
type="text/css"

apps/demos/Demos/Charts/SpiderWeb/Vue/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
8+
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2" as="font" type="font/woff2" crossorigin>
9+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" as="style" type="text/css">
810
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
911

1012
<script src="../../../../node_modules/typescript/lib/typescript.js"></script>

apps/demos/Demos/Charts/SpiderWeb/jQuery/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
88
<script src="../../../../node_modules/jquery/dist/jquery.min.js"></script>
9+
<link rel="preload" href="https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2" as="font" type="font/woff2" crossorigin>
10+
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" as="style" type="text/css">
911
<link rel="stylesheet" type="text/css" href="../../../../node_modules/devextreme-dist/css/dx.light.css" />
10-
<script src="../../../../node_modules/devextreme-dist/js/dx.all.js"></script>
12+
<script src="../../../../node_modules/devextreme-dist/js/dx.all.debug.js"></script>
1113
<script src="data.js"></script>
1214
<link rel="stylesheet" type="text/css" href="styles.css" />
1315
<script src="index.js"></script>

0 commit comments

Comments
 (0)