chore: add fonts with @nuxt/fonts

This commit is contained in:
2025-12-01 19:56:23 +01:00
parent eab0fae501
commit 1c9608fcbb
7 changed files with 390 additions and 49 deletions

View File

@@ -5,10 +5,13 @@
</template>
<style lang="css">
@import '@unocss/reset/eric-meyer.css';
:root {
--primary-color: #fff;
--secondary-color: #000;
}
html, body, p {
font-family: 'Abbiocco Beta', system-ui, -apple-system, BlinkMacSystemFont,
'Segoe UI', sans-serif;
}
</style>