diff --git a/index.html b/index.html index 1a44d83..e2259ea 100644 --- a/index.html +++ b/index.html @@ -18,5 +18,9 @@
+ diff --git a/src/components/Root.scss b/src/components/Root.scss index 588c3fb..6df7324 100644 --- a/src/components/Root.scss +++ b/src/components/Root.scss @@ -54,7 +54,7 @@ :root { --font-mono: 'Roboto Mono', Menlo, monospace; // prettier-ignore - --font-normal: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; + --font-normal: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Apple Color Emoji, Twemoji Country Flags, Segoe UI Emoji, Segoe UI Symbol, 'PingFang SC', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif; --color-focus-blue: #1a73e8; --btn-bg: #387cec; }