Skip to Content

Font Family

Font family tokens control the default typeface. For more information on the default available fonts and utilities, visit Tailwind 

@theme { --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace; }


sans

The quick brown fox jumps over the lazy dog.

serif

The quick brown fox jumps over the lazy dog.

mono

The quick brown fox jumps over the lazy dog.

Last updated on