初始化2

This commit is contained in:
2026-04-08 17:10:58 +08:00
commit 4986d90eb9
532 changed files with 112617 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
/* 阿里妈妈数黑体 */
@font-face {
font-family: 'Alimama ShuHeiTi';
src: url('/fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
font-display: swap;
}