Let's yolo try this ui-* fonts

pull/70/head
Lim Chee Aun 2023-02-22 23:40:16 +08:00
rodzic 3232f14247
commit aaa8f7d94e
1 zmienionych plików z 3 dodań i 4 usunięć

Wyświetl plik

@ -85,8 +85,7 @@
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular',
sans-serif;
font-family: ui-rounded, system-ui;
font-size: 16px;
word-wrap: break-word;
overflow-wrap: break-word;
@ -267,8 +266,8 @@ pre {
pre code,
code {
font-size: 90%;
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
monospace;
font-family: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono',
Menlo, Courier, monospace;
}
@media (prefers-color-scheme: dark) {