Figma plugin UI font family

I’ve added these two domains into the manifest.json and it worked:

"networkAccess": {
    "allowedDomains": [
      "https://fonts.googleapis.com",
      "https://fonts.gstatic.com"
    ]
  }
1 Like