Files
hunli/vite-tailwindcss/src/style.css

16 lines
615 B
CSS
Raw Normal View History

2026-07-31 14:43:54 +08:00
@import "tailwindcss";
:root {
--font-sans: "Avenir Next", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
--font-serif: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", "SimSun", serif;
--font-display: "Didot", "Bodoni 72", "Cormorant Garamond", "Times New Roman", serif;
--font-kai: "Kaiti SC", "STKaiti", "KaiTi", "FangSong", serif;
--font-brush: "HanziPen SC", "STXingkai", "华文行楷", "FZKai-Z03S", "Kaiti SC", "STKaiti", "KaiTi", "FangSong", serif;
--font-number: "Cochin", "Georgia", "Times New Roman", serif;
}
html,
body {
font-family: var(--font-sans);
}