mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-15 04:29:37 +01:00
docs(getting-started): use Public sans to prevent bundle of Inter
This commit is contained in:
@@ -13,7 +13,7 @@ Tailwind CSS v4 takes a CSS-first configuration approach, you now customize your
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@theme {
|
||||
--font-family-display: "Inter", "sans-serif";
|
||||
--font-family-sans: 'Public Sans', sans-serif;
|
||||
|
||||
--breakpoint-3xl: 1920px;
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ Nuxt UI automatically registers the `@nuxt/fonts` module for you, so there's no
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@theme {
|
||||
--font-family-sans: Inter, sans-serif;
|
||||
--font-family-sans: 'Public Sans', sans-serif;
|
||||
}
|
||||
</style>
|
||||
```
|
||||
@@ -29,7 +29,7 @@ Nuxt UI automatically registers the `@nuxt/fonts` module for you, so there's no
|
||||
@import "@nuxt/ui";
|
||||
|
||||
@theme {
|
||||
--font-family-sans: Inter, sans-serif;
|
||||
--font-family-sans: 'Public Sans', sans-serif;
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user