typography-selector

Solid

Browse and select fonts from Google Fonts or curated pairings. Use to find the perfect typography for a design project.

AI & Automation 2,996 stars 363 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Typography Selector Browse, select, and apply typography for frontend designs. ## Purpose This skill helps select the perfect fonts by: - Browsing trending fonts on Google Fonts - Suggesting pairings based on aesthetic - Generating Google Fonts imports - Mapping to Tailwind config - Providing curated fallbacks when browser unavailable ## Browser Workflow ### Step 1: Navigate to Google Fonts ```javascript tabs_context_mcp({ createIfEmpty: true }) tabs_create_mcp() navigate({ url: "https://fonts.google.com/?sort=trending", tabId: tabId }) ``` ### Step 2: Browse Fonts Take screenshots of trending fonts: ```javascript computer({ action: "screenshot", tabId: tabId }) ``` Present to user: "Here are trending fonts. What style catches your eye?" ### Step 3: Search Specific Fonts If user has a preference: ```javascript navigate({ url: "https://fonts.google.com/?query=Outfit", tabId: tabId }) computer({ action: "screenshot", tabId: tabId }) ``` ### Step 4: View Font Details Click on a font to see all weights and styles: ```javascript computer({ action: "left_click", coordinate: [x, y], tabId: tabId }) computer({ action: "screenshot", tabId: tabId }) ``` ### Step 5: Select Fonts Get user's choice for: - **Display/Heading font**: For headlines, hero text - **Body font**: For paragraphs, readable text - **Mono font** (optional): For code, technical content ### Step 6: Generate Import Create Google Fonts import: ```html <link rel="preconnect" href="https://fonts.goog...

Details

Author
davepoon
Repository
davepoon/buildwithclaude
Created
10 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

web-typography

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", or "typographic scale". Also trigger when choosing between system fonts and web fonts, optimizing font loading performance, or designing readable long-form content layouts. Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design.

1,169 Updated 2 weeks ago
wondelai
Web & Frontend Featured

web-typography

Select, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", or "type hierarchy". Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design. Trigger with 'web', 'typography'.

2,274 Updated today
jeremylongshore
AI & Automation Listed

typography

Instructions on how to design high quality typography

335 Updated today
aiskillstore
Web & Frontend Listed

080102-design-typography

Typography and layout: font selection, modular type scales, spacing systems, grid theory, and visual hierarchy for brand and product UI.

1 Updated yesterday
natuleadan
AI & Automation Listed

typography-system

Use when designing a typography system — typeface selection and pairing, modular type scale, vertical rhythm, line-height and measure rules, and web font delivery (subsetting, font-display, variable fonts). Do NOT use for body copy writing, single-headline font pairing, or non-text design tokens.

0 Updated 6 days ago
jacob-balslev