Skip to content

fix: Add --font-mono token to theme CSS custom properties #145

@williamzujkowski

Description

@williamzujkowski

Found during: UX gap analysis

The DiffViewer uses Tailwind's font-mono utility which falls back to browser default. A --font-mono token should be declared in the @theme {} block alongside --font-serif and --font-sans for consistent monospace rendering across the diff viewer and code elements.

Fix: Add --font-mono: 'JetBrains Mono', ui-monospace, monospace; to the @theme {} block in the global CSS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontendAstro static site

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions