Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion devtools/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const isDark = computed({
@import '@nuxt/ui';

@theme {
--font-family-sans: 'DM Sans', sans-serif;
--font-sans: 'DM Sans', sans-serif;

--color-primary-50: var(--ui-color-primary-50);
--color-primary-100: var(--ui-color-primary-100);
Expand Down
2 changes: 1 addition & 1 deletion docs/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ provide('navigation', updatedNavigation)
@theme {
--container-8xl: 90rem;

--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;

--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/3.theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Tailwind CSS v4 takes a CSS-first configuration approach, you now customize your
@import "@nuxt/ui";

@theme {
--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;

--breakpoint-3xl: 1920px;

Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/5.fonts.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Nuxt UI automatically registers the [`@nuxt/fonts`](https://github.com/nuxt/font
@import "@nuxt/ui";

@theme {
--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;
}
```

Expand Down
2 changes: 1 addition & 1 deletion playground-vue/src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ defineShortcuts({
@import "@nuxt/ui";

@theme {
--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;

--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
Expand Down
2 changes: 1 addition & 1 deletion playground/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ defineShortcuts({
@import "@nuxt/ui";

@theme {
--font-family-sans: 'Public Sans', sans-serif;
--font-sans: 'Public Sans', sans-serif;

--color-green-50: #EFFDF5;
--color-green-100: #D9FBE8;
Expand Down