chore: add fonts with @nuxt/fonts
This commit is contained in:
@@ -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>
|
||||
@@ -26,4 +26,9 @@ img:first-of-type {
|
||||
margin-bottom: auto;
|
||||
width: 36vw;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user