Add Font Awesome CSS to layout

A link to the Font Awesome CSS library has been added to the layout. This update will make Font Awesome icons available across the application views, improving the user interface design options.
This commit is contained in:
Anduin
2024-06-22 09:17:26 +00:00
parent dc33989ef7
commit c03f9d484e
@@ -11,6 +11,7 @@
<link rel="stylesheet" href="~/node_modules/bootstrap/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="~/node_modules/@@aiursoft/autodark.js/dist/css/autodark.min.css"/>
<link rel="stylesheet" href="~/node_modules/@@chrisoakman/chessboardjs/dist/chessboard-1.0.0.min.css"/>
<link rel="stylesheet" href="~/node_modules/@@fortawesome/fontawesome-free/css/all.min.css" />
<link rel="stylesheet" href="~/css/custom.css"/>
</head>