mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs: use Inter font
This commit is contained in:
@@ -97,4 +97,8 @@ provide('files', files)
|
||||
@import "@nuxt/ui-pro";
|
||||
|
||||
@source "../content/**/*.md";
|
||||
|
||||
@theme {
|
||||
--font-family-sans: 'Inter', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -45,6 +45,13 @@ export default defineNuxtConfig({
|
||||
}]
|
||||
},
|
||||
|
||||
fonts: {
|
||||
experimental: {
|
||||
// Required for TailwindCSS v4. You can enable support for processing CSS variables for font family names. This may have a performance impact.
|
||||
processCSSVariables: true
|
||||
}
|
||||
},
|
||||
|
||||
content: {
|
||||
// sources: {
|
||||
// pro: process.env.NUXT_UI_PRO_PATH
|
||||
|
||||
Reference in New Issue
Block a user