mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(font): adapt to apple fonts
Signed-off-by: stitch.rs <117334465+stitchrs@users.noreply.github.com>
This commit is contained in:
parent
f5e35ca5d6
commit
84c70b0550
@ -13,7 +13,7 @@
|
||||
:root,
|
||||
[data-theme='wireframe'],
|
||||
[data-theme='cyberpunk'] {
|
||||
font-family: 'Fira Sans', 'Twemoji Mozilla', system-ui, monospace;
|
||||
font-family: '-apple-system', 'Fira Sans', 'Twemoji Mozilla', system-ui, monospace;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
Loading…
Reference in New Issue
Block a user