Function Signature
Description
Returns the complete array of all font pairings available in Fonttrio. This function provides access to the entire curated collection of typography combinations, each with detailed configuration including heading fonts, body fonts, monospace fonts, mood tags, use cases, and typography scales.Parameters
This function takes no parameters.Return Value
An array of all available font pairings. Each
PairingData object contains:Usage Examples
Example Response
Notes
Performance: This function returns the entire pairings array. The data is loaded once from
pairings-data.ts and cached in memory, making subsequent calls very fast.Data Source: The pairings data is auto-generated from
registry/pairings/*.json files. Do not edit lib/pairings-data.ts manually.