getFonts

getFonts

Get all available fonts.

const fonts = await framer.getFonts()

Unlike the Font Picker which groups fonts by typeface, this lists individual fonts for each weight and style (each representing a separate font file).

Note: Custom fonts are not available to plugins.

Returns

  • Promise<Font[]> – An array of all available fonts.