mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-08 21:22:48 +08:00
refactor: 迁移ul-group-title
This commit is contained in:
2025
public/cdn/fontawesome-free-6.4.0-web/scss/brands.css
Normal file
2025
public/cdn/fontawesome-free-6.4.0-web/scss/brands.css
Normal file
File diff suppressed because it is too large
Load Diff
8228
public/cdn/fontawesome-free-6.4.0-web/scss/fontawesome.css
vendored
Normal file
8228
public/cdn/fontawesome-free-6.4.0-web/scss/fontawesome.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
public/cdn/fontawesome-free-6.4.0-web/scss/regular.css
Normal file
21
public/cdn/fontawesome-free-6.4.0-web/scss/regular.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--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");
|
||||
}
|
||||
.far,
|
||||
.fa-regular {
|
||||
font-weight: 400;
|
||||
}
|
||||
21
public/cdn/fontawesome-free-6.4.0-web/scss/solid.css
Normal file
21
public/cdn/fontawesome-free-6.4.0-web/scss/solid.css
Normal file
@@ -0,0 +1,21 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.4.0 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 2023 Fonticons, Inc.
|
||||
*/
|
||||
:root, :host {
|
||||
--fa-style-family-classic: "Font Awesome 6 Free";
|
||||
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Font Awesome 6 Free";
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
font-display: block;
|
||||
src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
|
||||
}
|
||||
.fas,
|
||||
.fa-solid {
|
||||
font-weight: 900;
|
||||
}
|
||||
2818
public/cdn/fontawesome-free-6.4.0-web/scss/v4-shims.css
Normal file
2818
public/cdn/fontawesome-free-6.4.0-web/scss/v4-shims.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user