initiation librodrome
This commit is contained in:
14
app/assets/css/fonts.css
Normal file
14
app/assets/css/fonts.css
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Font declarations are loaded via Bunny Fonts CDN in nuxt.config.ts */
|
||||
/* This file provides fallback and utility classes */
|
||||
|
||||
.font-display {
|
||||
font-family: 'Syne', system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.font-sans {
|
||||
font-family: 'Space Grotesk', system-ui, sans-serif;
|
||||
}
|
||||
|
||||
.font-mono {
|
||||
font-family: 'JetBrains Mono', ui-monospace, monospace;
|
||||
}
|
||||
Reference in New Issue
Block a user