diff --git a/app/index.html b/app/index.html index 1ddbdcfdf2..54f1984db1 100644 --- a/app/index.html +++ b/app/index.html @@ -8,24 +8,6 @@ {{content-for "head"}} - - diff --git a/app/styles/base.scss b/app/styles/base.scss index 5f17cdb866..232125e93e 100644 --- a/app/styles/base.scss +++ b/app/styles/base.scss @@ -1,10 +1,12 @@ :root { /* stylelint-disable value-keyword-case */ - --font-sans-serif: "Inter", -apple-system, system-ui, BlinkMacSystemFont, - "Segoe UI", "Roboto", "Cantarell", "Oxygen", "Ubuntu", "Helvetica Neue", - helvetica, arial, sans-serif; - --font-monospace: "SF Mono", Menlo, Monaco, monospace; + --font-sans-serif: system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-monospace: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, + Consolas, "DejaVu Sans Mono", monospace, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* stylelint-enable value-keyword-case */ + --inherit: inherit; --unit0: 0; --unit1: 4px; diff --git a/public/assets/fonts/Inter-Bold.woff b/public/assets/fonts/Inter-Bold.woff deleted file mode 100644 index e38455587f..0000000000 Binary files a/public/assets/fonts/Inter-Bold.woff and /dev/null differ diff --git a/public/assets/fonts/Inter-Bold.woff2 b/public/assets/fonts/Inter-Bold.woff2 deleted file mode 100644 index 835dd4977a..0000000000 Binary files a/public/assets/fonts/Inter-Bold.woff2 and /dev/null differ diff --git a/public/assets/fonts/Inter-Regular.woff b/public/assets/fonts/Inter-Regular.woff deleted file mode 100644 index fa7715d120..0000000000 Binary files a/public/assets/fonts/Inter-Regular.woff and /dev/null differ diff --git a/public/assets/fonts/Inter-Regular.woff2 b/public/assets/fonts/Inter-Regular.woff2 deleted file mode 100644 index b52dd0a0b7..0000000000 Binary files a/public/assets/fonts/Inter-Regular.woff2 and /dev/null differ