Provides metadata for font families approved for Platform consumers. Use these endpoints to discover available families, variants, and CDN asset URLs.
Get details about a specific font family in the Platform.
Get a single font family resource by its integer identifier.
path Parameters
font_idThe unique integer identifier for a font family resource in the Platform.
Get details about a specific font family in the Platform. › Responses
Successful request
idStable integer identifier for the font family.
slugStable URL-safe identifier for the font family.
familyCanonical font-family name clients should use.
Available faces within this font family.
Get a browser-consumable stylesheet for a specific font family.
Get a text/css stylesheet for a single font family resource using the canonical woff2 CDN URLs exposed by the JSON Fonts API for browser consumption. The API gateway accepts app_key on this route and injects the required app-id header before forwarding the request to this service.
path Parameters
font_idThe unique integer identifier for a font family resource in the Platform.
Get a browser-consumable stylesheet for a specific font family. › Responses
Successful request