What problem does it solve?
Geist provides a cohesive typography system for Next.js interfaces, enabling precise font choices across Geist Sans, Geist Mono, and Geist Pixel, with consistent imports and CSS variables.
Core Features & Use Cases
- Install and import Geist fonts for Next.js projects using next/font.
- Apply fonts globally via layout components and CSS variables to ensure typographic consistency with Tailwind integrations.
- Use each font family where appropriate: Geist Sans for UI text, Geist Mono for code, Geist Pixel for decorative display, with guidance for design systems and accessibility.
- Support for coding ligatures via stylistic sets (SS11) if needed.
Quick Start
Configure Geist fonts in a Next.js project by importing Geist Sans and Geist Mono from geist/font and applying CSS variables to your layout and components.