mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-09 01:26:24 +01:00
Let's yolo try this ui-* fonts
This commit is contained in:
parent
3232f14247
commit
aaa8f7d94e
1 changed files with 3 additions and 4 deletions
|
@ -85,8 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular',
|
font-family: ui-rounded, system-ui;
|
||||||
sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
@ -267,8 +266,8 @@ pre {
|
||||||
pre code,
|
pre code,
|
||||||
code {
|
code {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
|
font-family: ui-monospace, 'SFMono-Regular', Consolas, 'Liberation Mono',
|
||||||
monospace;
|
Menlo, Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Reference in a new issue