fix(font): adapt to apple fonts

Signed-off-by: stitch.rs <117334465+stitchrs@users.noreply.github.com>
This commit is contained in:
stitch.rs 2023-09-03 03:11:13 -05:00 committed by GitHub
parent f5e35ca5d6
commit 84c70b0550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {