Update font

This commit is contained in:
2023-01-19 17:43:36 +01:00
parent 1614e07aee
commit 55e56d8d2d
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<template>
<div class="bg-white text-gray-900
dark:bg-gray-900 min-h-screen dark:text-slate-50">
dark:bg-gray-900 min-h-screen dark:text-slate-50"
style="font-family: 'Comfortaa';">
<RouterView />
</div>
</template>