Files
99AI/chat/src/styles/base.css
vastxie 86e2eecc1f v4.3.0
2025-05-31 02:28:46 +08:00

11 lines
198 B
CSS

/* Tailwind base reset 之外,自定义全局字体/排版 */
html {
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
'SF Pro SC',
'PingFang SC',
sans-serif;
}