Frontegg loads fonts by default from Google when the login box loads. If you'd like to proxy these requests through your own backend, you can use `fontCdnUrl` to the Frontegg `themeOptions`.
Prerequisites:
Frontegg Embedded Login
Supported in packages:
- `@frontegg/nextjs@6.7.6`
- `@frontegg/react@5.0.14`
- `@frontegg/angular@5.8.1`
- `@frontegg/vue@2.0.13`
themeOptions: { externalAssets: { fontCdnUrl: 'your-proxy-url' } }