Skip to content

feat: resolved Turbopack CSS parsing error with next/font#35

Open
harsh-space wants to merge 1 commit into
Sidhant0707:mainfrom
harsh-space:ui-changes
Open

feat: resolved Turbopack CSS parsing error with next/font#35
harsh-space wants to merge 1 commit into
Sidhant0707:mainfrom
harsh-space:ui-changes

Conversation

@harsh-space
Copy link
Copy Markdown
Contributor

Description

This PR resolves the Parsing CSS source code failed: Invalid empty selector build error reported when running the Next.js dev server with Turbopack.

The Turbopack compiler was failing to parse the auto-generated CSS produced by next/font/google. Because the project already natively imports and uses custom fonts (Satoshi, Cabinet Grotesk, Azeret Mono) from Fontshare in globals.css, the Geist fonts in layout.tsx were unused and being overridden anyway.

I've safely removed the next/font/google logic to clean up the code and ensure a stable Turbopack build across all operating systems.

Related Issues

Closes #32

Changes Made

  • Removed unused next/font/google (Geist) imports from app/layout.tsx

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 3, 2026

@harsh-space is attempting to deploy a commit to the csds23108-2164's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can not run the project

1 participant