Skip to content

Commit 3754e55

Browse files
committed
Added AnyChart font css link
1 parent 1f19685 commit 3754e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AspNetCSharpMysqlTemplate/Views/Chart/Index.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-exports.min.js"></script>
1414
<script src="https://cdn.anychart.com/releases/8.0.0/js/anychart-vml.min.js"></script>
1515
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.0.0/css/anychart-ui.min.css" />
16+
<link rel="stylesheet" href="https://cdn.anychart.com/releases/8.0.0/fonts/css/anychart.min.css"/>
1617
<link rel="stylesheet" href="/css/style.css" />
1718
</head>
1819
<body>

0 commit comments

Comments
 (0)