Google fonts removed

This commit is contained in:
Gregor Schulte
2023-04-03 18:45:11 +02:00
parent 3a162090c2
commit e648aa55f6
8 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,11 @@
<template>
<router-view />
<router-view/>
</template>
<style lang="sass">
@import '../node_modules/@fontsource/roboto/index.css'
</style>
<script>
export default {
name: 'App'