thomas-lowry / figma-plugin-ds-svelte

Figma Plugin DS components made with Svelte
MIT License
180 stars 26 forks source link

Don't need an Inter font source #31

Open smth opened 5 months ago

smth commented 5 months ago

According to the plugin docs, "we preload the Inter font for use in plugins, so you don't need to include an Inter font source in your allowedDomains". I think that means that the links to rsms.me can be removed from the global styles. That would allow us to declare no network access in the manifest.

I tried commenting out import { GlobalCSS } from 'figma-plugin-ds-svelte' to test this, but the global css seems to still be included (I presume that shouldn't be the case).