Skip to content

Commit 4ae4f2b

Browse files
committed
Removed fontawesome css
1 parent e4f6a99 commit 4ae4f2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LinkDotNet.Blog.Web/Pages/_Host.cshtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<link href="css/site.css" rel="stylesheet"/>
2727
<link href="LinkDotNet.Blog.Web.styles.css" rel="stylesheet"/>
2828
<link href="_content/Blazored.Toast/blazored-toast.min.css" rel="stylesheet" />
29+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
2930
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.0.1/styles/monokai.min.css" integrity="sha512-RLF8eOxhuwsRINc7r56dpl9a3VStqrXD+udWahutJrYdyh++2Ghnf+s4jFsOyryKZt/GNjPwbXVPH3MJpKrn2g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
3031
</head>
3132
<body>

0 commit comments

Comments
 (0)