diff options
Diffstat (limited to 'app.vue')
| -rw-r--r-- | app.vue | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ <script setup lang="ts"> import '~/assets/main.css' + +useHead({ + link: [ + { + rel: 'preconnect', + href: 'https://rsms.me/' + }, + { + rel: 'stylesheet', + href: 'https://rsms.me/inter/inter.css', + crossorigin: '' + } + ] +}) </script> <template> |
