font pairing system builder

    1

    Generates production-ready typography systems, fluid type scales, and font pairing rationales for design systems.

    $5

    Secure checkout via Stripe

    30-day refund guarantee

    Converts to your local currency at checkout

    0 installsSecurity scanned

    Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    font pairing system builder

    Example session with this skill installed

    Create a typography system for a fintech dashboard. Tone is trustworthy and data-dense. Primary platform is Web. We prefer open-source fonts.

    • Read your context and instructions
    • Compiled the font pairing system
    • Generated the design tokens stylesheet

    I have developed a typography system for your fintech dashboard, focusing on high data density and professional trust. The system uses a modular scale of 1.250 (Major Third) to ensure clear hierarchy in complex interfaces.

    Fintech Typography System: Trust & Data

    1. Font Selection & Rationale

    RoleFont FamilySourceRationale
    DisplayFrauncesGoogle FontsA soft serif that adds warmth and authority to high-level headers.
    BodyInterGoogle FontsExceptional legibility at small sizes; tall x-height perfect for data-heavy UI.
    AccentRoboto MonoGoogle FontsTabular figures ensure alignment in financial tables and transaction lists.

    2. Implementation Tokens

    :root {
      /* Font Stacks */
      --font-display: 'Fraunces', Georgia, serif;
      --font-body: 'Inter', system-ui, -apple-system, sans-serif;
      --font-mono: 'Roboto Mono', monospace;
    
      /* Fluid Scale (Modular Ratio: 1.250) */
      --text-h1: clamp(2.44rem, 5vw, 3.05rem);
      --text-h2: clamp(1.95rem, 4vw, 2.44rem);
      --text-body: 1rem;
      --text-small: 0.8rem;
    
      /* Line Heights */
      --lh-tight: 1.2;
      --lh-base: 1.6;
      --lh-data: 1.4;
    
      /* Letter Spacing */
      --ls-tight: -0.02em;
      --ls-wide: 0.05em;
    }
    
    /* Usage Example for Data Tables */
    .data-cell {
      font-family: var(--font-mono);
      font-size: var(--text-small);
      line-height: var(--lh-data);
      font-variant-numeric: tabular-nums;
    }
    

    3. Validation Report

    • Accessibility: Inter (Regular 400) on White background provides 15.6:1 contrast ratio (WCAG AAA).
    • Performance: Total weight for 400/600/700 weights (SubsetFonts) estimated at 85kb.
    • Fallback: System-ui stack defined to prevent Layout Shift during font load.

    Next steps

    1. Add <link rel="preconnect" href="https://fonts.googleapis.com"> to your HTML head.
    2. Import the CSS variables into your global design token file.
    3. Apply the tabular-nums property to all financial currency displays.

    font-pairing-system-builder-tokens.css

    CSS · design tokens

    Generated

    Example file from a real run - the skill writes it into your workspace.

    Connects securely to your tools. The creator never sees your data.

    What you get

    Establish a fluid type scale for responsive web applications.Pair fonts based on x-height harmony and brand personality.Generate CSS custom properties for design tokens.Conduct typography accessibility audits for WCAG compliance.

    About this skill

    The problem

    Designers often pick fonts based on aesthetics alone, leading to poor readability, inaccessible contrast ratios, and layout shifts. Developers then struggle to translate vague design mocks into a scalable, responsive CSS type system that works across platforms.

    What it does

    • Generates a comprehensive typography specification including display, body, and accent roles.
    • Calculates fluid type scales using clamp() functions for seamless responsive behavior.
    • Validates font pairings for brand alignment, x-height harmony, and WCAG accessibility standards.
    • Produces ready-to-use CSS custom properties, fallback stacks, and performance-optimized loading strategies.

    Frameworks & tools

    CSS3, Tailwind CSS, Google Fonts, Adobe Fonts, and Figma tokens. Supports cross-platform stacks including Web (React/Next.js), iOS (SwiftUI), and Android (Compose).

    Why this beats prompting it yourself

    Standard prompts rarely account for technical constraints like vertical rhythm, cumulative layout shift (CLS), or specific font-variation-settings. This tool bridges the gap between brand theory and production-ready code, ensuring every token is technically sound and accessible by default.

    Use cases

    • Building a design system from scratch for a new SaaS application.
    • Refactoring a legacy CSS codebase to use a modular, fluid type scale.
    • Auditing an existing site for typography accessibility and performance issues.

    Known limitations

    Requires manual license verification for commercial foundries. Performance metrics are estimates based on standard font weights and do not replace real-world Lighthouse testing.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean 20 days ago

    • Passed all security checks, Safe to install

    Listed20 days ago

    What's inside

    Frequently Asked Questions