Updated FontAwesome
This commit is contained in:
parent
84cae569dd
commit
72b5f4e067
11 changed files with 11 additions and 4 deletions
2
space/fontawesome/css/brands.min.css
vendored
2
space/fontawesome/css/brands.min.css
vendored
|
@ -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)
|
||||
* Copyright 2022 Fonticons, Inc.
|
||||
*/
|
||||
|
|
4
space/fontawesome/css/fontawesome.min.css
vendored
4
space/fontawesome/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
6
space/fontawesome/css/regular.min.css
vendored
Normal file
6
space/fontawesome/css/regular.min.css
vendored
Normal 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}
|
2
space/fontawesome/css/solid.min.css
vendored
2
space/fontawesome/css/solid.min.css
vendored
|
@ -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)
|
||||
* Copyright 2022 Fonticons, Inc.
|
||||
*/
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
space/fontawesome/webfonts/fa-regular-400.ttf
Normal file
BIN
space/fontawesome/webfonts/fa-regular-400.ttf
Normal file
Binary file not shown.
BIN
space/fontawesome/webfonts/fa-regular-400.woff2
Normal file
BIN
space/fontawesome/webfonts/fa-regular-400.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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" href="fontawesome/css/fontawesome.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" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/less"></script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue