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