This is an overview of the changes to the Webflow APIs and related tools. To filter the list, select one or more tags.

Google Fonts and Adobe Fonts now ship with DevLink exports

DevLink exports now automatically load Google Fonts and Adobe Fonts at runtime, matching how a published Webflow site renders them.

What changed

  • fonts.manifest.json — a new file in every export, listing the Google Fonts families and Adobe Fonts kit ID in use on your site.
  • useInjectFonts hook — a new hook that reads fonts.manifest.json on mount and injects the WebFont Loader and the Adobe kit scripts into document.head.
  • DevLinkProvider.tsx — now calls useInjectFonts, so mounting the provider is enough to load both font families.

Custom uploaded fonts continue to ship as @font-face rules in css/fonts.css and are unaffected.

Action required

If your site uses Adobe Fonts, you need to add your deployment domains to your Adobe Fonts web project allowlist before fonts will render outside *.webflow.io. Google Fonts requires no setup.

Run webflow devlink sync to pick up the changes. For full details, see Fonts in DevLink exports.