From 2686c356e95fc94605441cf03e2873a49749a370 Mon Sep 17 00:00:00 2001 From: themagicmartin <mart238e@hotmail.com> Date: Tue, 25 Mar 2025 21:25:55 +0100 Subject: [PATCH] Fontasynthesis is for trees --- Workly/src/App.css | 14 +++++++++++++- Workly/src/index.css | 14 -------------- 2 files changed, 13 insertions(+), 15 deletions(-) delete mode 100644 Workly/src/index.css diff --git a/Workly/src/App.css b/Workly/src/App.css index d0cb9e1..8b2fe64 100644 --- a/Workly/src/App.css +++ b/Workly/src/App.css @@ -1,9 +1,21 @@ /* Global styling sheet */ :root { - --primary-color: black; + font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + + color-scheme: light dark; + background-color: white; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } + + .Header { color: black; display: flex; diff --git a/Workly/src/index.css b/Workly/src/index.css deleted file mode 100644 index f75dd68..0000000 --- a/Workly/src/index.css +++ /dev/null @@ -1,14 +0,0 @@ -:root { - font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; - line-height: 1.5; - font-weight: 400; - - color-scheme: light dark; - background-color: white; - - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -- GitLab