Updated FontAwesome

This commit is contained in:
DarkCat09 2022-12-30 16:43:27 +04:00
parent 84cae569dd
commit 72b5f4e067
11 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc. * Copyright 2022 Fonticons, Inc.
*/ */

File diff suppressed because one or more lines are too long

6
space/fontawesome/css/regular.min.css vendored Normal file
View file

@ -0,0 +1,6 @@
/*!
* Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc.
*/
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}

View file

@ -1,5 +1,5 @@
/*! /*!
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com * Font Awesome Free 6.2.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2022 Fonticons, Inc. * Copyright 2022 Fonticons, Inc.
*/ */

Binary file not shown.

Binary file not shown.

View file

@ -8,6 +8,7 @@
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/shakrmedia/tuesday@v1.1.0/build/tuesday.min.css" /> <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/shakrmedia/tuesday@v1.1.0/build/tuesday.min.css" />
<link rel="stylesheet" href="fontawesome/css/fontawesome.min.css" /> <link rel="stylesheet" href="fontawesome/css/fontawesome.min.css" />
<link rel="stylesheet" href="fontawesome/css/solid.min.css" /> <link rel="stylesheet" href="fontawesome/css/solid.min.css" />
<link rel="stylesheet" href="fontawesome/css/regular.min.css" />
<link rel="stylesheet" href="fontawesome/css/brands.min.css" /> <link rel="stylesheet" href="fontawesome/css/brands.min.css" />
<script src="https://cdn.jsdelivr.net/npm/less"></script> <script src="https://cdn.jsdelivr.net/npm/less"></script>
</head> </head>