1.0版本

This commit is contained in:
LinRuiqi
2025-08-13 10:44:35 +08:00
parent 15b34193bd
commit 8f01ec446f
45 changed files with 4579 additions and 2 deletions

15
css/font-awesome.css vendored Normal file
View File

@@ -0,0 +1,15 @@
@font-face {
font-family: 'Font Awesome 5';
font-style: normal;
font-weight: normal;
src: url( ../fonts/font-awesome/fa-solid-900.woff2 ) format( 'woff2' ),
url( ../fonts/font-awesome/fa-solid-900.woff ) format( 'woff' );
}
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: normal;
src: url( ../fonts/font-awesome/fa-brands-400.woff2 ) format( 'woff2' ),
url( ../fonts/font-awesome/fa-brands-400.woff ) format( 'woff' );
}