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>

View File

@@ -26,4 +26,9 @@ img:first-of-type {
margin-bottom: auto;
width: 36vw;
}
p {
font-size: 1.25rem;
line-height: 1.5rem;
}
</style>