7 lines
329 B
CSS
7 lines
329 B
CSS
|
|
:root {
|
||
|
|
--font-sans: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
|
||
|
|
--font-display: "Avenir Next", "Trebuchet MS", "Segoe UI", "PingFang SC", sans-serif;
|
||
|
|
--font-admin-sans: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
|
||
|
|
--font-admin-mono: "Cascadia Code", "Consolas", "SFMono-Regular", monospace;
|
||
|
|
}
|