diff options
| author | Larvan2 <[email protected]> | 2023-04-13 16:35:40 +0800 |
|---|---|---|
| committer | Larvan2 <[email protected]> | 2023-04-13 16:35:40 +0800 |
| commit | e078dee4f48e6756c23ce44fa0cf80dd0e472f09 (patch) | |
| tree | af7473f5fafcfbbc5c84fbfb6281bfbeec3626ba | |
| parent | 71dfbfa567042347f6c45dc1c4c1929f26c2781c (diff) | |
adjust font matching order
| -rw-r--r-- | src/styles/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 55a7f53..805cf14 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -64,7 +64,7 @@ :root { --font-mono: 'Roboto Mono', Menlo, monospace; // prettier-ignore - --font-normal: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Twemoji Mozilla, _Twemoji Mozilla, Source Han Sans SC,Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '\5fae\8f6f\96c5\9ed1', Arial; + --font-normal: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Source Han Sans SC","Segoe UI Emoji", "Segoe UI Symbol", "PingFang SC", "Microsoft YaHei" ,'\5fae\8f6f\96c5\9ed1', Arial,"Twemoji Mozilla", "_Twemoji Mozilla",; --color-focus-blue: #1a73e8; --btn-bg: #387cec; } |
