Skip to content

Commit 9834b86

Browse files
authored
Update Index.cshtml
1 parent bae0481 commit 9834b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Views/Home/Index.cshtml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>ASP.NET Angular JWT</title>
55
<base href="~/">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
8-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,100" />
7+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" crossorigin="anonymous"/>
8+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,300,100" crossorigin="anonymous"/>
99
<link href="node_modules/@@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet">
1010
<link rel="stylesheet" href="styles.css" />
1111
<script src="node_modules/core-js/client/shim.min.js"></script>

0 commit comments

Comments
 (0)