aboutsummaryrefslogtreecommitdiffstats
path: root/app.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app.vue')
-rw-r--r--app.vue14
1 files changed, 14 insertions, 0 deletions
diff --git a/app.vue b/app.vue
index e6d505a..e43ace9 100644
--- a/app.vue
+++ b/app.vue
@@ -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>