chore: 移除 Font Awesome 字体优化配置并调整 srcDir 设置

This commit is contained in:
2026-01-16 13:59:50 +08:00
parent 20eebcca4f
commit 8a2bbacaa3
2 changed files with 1 additions and 20 deletions

View File

@@ -1,24 +1,5 @@
@import "tailwindcss";
/* Font Awesome 字体优化 */
@font-face {
font-family: "Font Awesome 6 Solid";
src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-solid-900.woff2")
format("woff2");
font-display: swap;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Font Awesome 6 Brands";
src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/webfonts/fa-brands-400.woff2")
format("woff2");
font-display: swap;
font-weight: 400;
font-style: normal;
}
@layer base {
html {
height: 100%;