Suggest Typography Pairing
ui_suggest_typographyGenerate font pairing suggestions for any design style, with Google Fonts links, CSS declarations, and usage notes. Supports minimal, bold, editorial, playful, and tech.
Instructions
Suggest a curated font pairing (display + body font) based on a design style.
Provides Google Fonts import links, CSS font-family declarations, recommended weights, and usage notes.
Args:
style (string, optional): Design style — 'minimal', 'bold', 'editorial', 'playful', 'tech'. Default: 'minimal'
category (string, optional): Font category preference — 'any', 'sans-serif', 'serif', 'mixed'. Default: 'any'
response_format (string, optional): 'markdown' or 'json'. Default: 'markdown'
Returns: Font pairing with display font, body font, Google Fonts link, CSS snippet, and usage notes.
Examples:
Get a minimal font pairing: style="minimal"
Get a tech-focused serif+sans mix: style="tech", category="mixed"
Get editorial pairings: style="editorial"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Design style for font pairing | minimal |
| category | No | Font category preference | any |
| response_format | No | Output format | markdown |