Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
searchFontsTOOL
Search for Framer available fonts by selector substring. This tool searches among all available fonts on Framer. Returns max 20 results. Use specific search terms for better results.
IMPORTANT: The returned 'selector' field is what you use in XML font attributes:
NOTE: You can only apply a font attribute to text nodes that do NOT have an inlineTextStyle. If a text node has inlineTextStyle="/Heading xl", you must remove it before applying a custom font. Text nodes can use EITHER inlineTextStyle (project text style) OR font (custom font), not both.
read-only
Parameters
query *string
Search query to match against font selector (e.g., "Inter", "bold", "italic")
Min length: 1
Request example
{ "method": "tools/call", "params": { "name": "searchFonts", "arguments": { "query": "string" } } }