Hello !
In my last post I was answered that I can’t trigger Figma’s UI from my plugin’s UI and can’t render (reuse) built-in components in my plugin, but need to code them from scratch.
What about fonts ?
I need to have preview for a new text style (my plugin creates text styles), so I need to dynamically load font for this preview inside plugin’s UI.
Or also I need to have the same fonts list like in Figma, where every row with font name has also same font family.
Can I do this ? Or I need manually load always fonts with and some cdn ?