Move CSS to _index.css

This commit is contained in:
Jan Bader 2022-03-02 22:17:01 +00:00
parent 4c93e4635d
commit 9ce0da0182
2 changed files with 7 additions and 9 deletions

View File

@ -54,12 +54,4 @@ export default defineComponent({
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<style>
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>

View File

@ -8,4 +8,10 @@ h1 {
a { a {
text-decoration: underline; text-decoration: underline;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} }