From 744ff5207c31f73d11dfc91cdccace41fdb2282a Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Wed, 2 Mar 2022 22:17:01 +0000 Subject: [PATCH] Move CSS to _index.css --- web/src/App.vue | 10 +--------- web/src/index.css | 6 ++++++ 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 5c97623..0a206c1 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -54,12 +54,4 @@ export default defineComponent({ - - - + \ No newline at end of file diff --git a/web/src/index.css b/web/src/index.css index ee11269..345b41c 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -8,4 +8,10 @@ h1 { a { text-decoration: underline; +} + +#app { + font-family: Avenir, Helvetica, Arial, sans-serif; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; } \ No newline at end of file