Describe the bug
I installed shadcn in a Next.js application using the following steps:
npx create-next-app@latest
npx shadcn@latest init
Options selected:
Radix
Nova
After setup, when I run the application, the font defaults to a serif font (Times New Roman) instead of the expected UI font (Giest font).
Expected behavior:
The app should use the configured default font (as per shadcn / theme setup).
Actual behavior:
The app renders with a default serif font (Times New Roman).
Affected component/components
Font Family
How to reproduce
-
Open a Terminal and write the following commands
npx create-next-app@latest .
- Yes, use recommended defaults
npx shadcn@latest init
- component library: Radix
- preset: Nova
npm run dev
Codesandbox/StackBlitz link
No response
Logs
System Info
Windows 11, Chrome Browser
Before submitting
Describe the bug
I installed shadcn in a Next.js application using the following steps:
npx create-next-app@latest
npx shadcn@latest init
Options selected:
Radix
Nova
After setup, when I run the application, the font defaults to a serif font (Times New Roman) instead of the expected UI font (Giest font).
Expected behavior:
The app should use the configured default font (as per shadcn / theme setup).
Actual behavior:
The app renders with a default serif font (Times New Roman).
Affected component/components
Font Family
How to reproduce
Open a Terminal and write the following commands
npx create-next-app@latest .npx shadcn@latest initnpm run devCodesandbox/StackBlitz link
No response
Logs
System Info
Before submitting