mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-16 21:53:42 +08:00
11 lines
198 B
CSS
11 lines
198 B
CSS
/* Tailwind base reset 之外,自定义全局字体/排版 */
|
|
html {
|
|
font-family:
|
|
system-ui,
|
|
-apple-system,
|
|
BlinkMacSystemFont,
|
|
'SF Pro SC',
|
|
'PingFang SC',
|
|
sans-serif;
|
|
}
|