Disable Google Webfonts

Hello,

our customer is really concerned about privacy.

Apparently, several Vaadin components seem to use Google Webfonts by default, for example Combo boxes. Is there any way to disable this completely for the application as a whole?

No component uses external fonts by default. If you are testing them on vaadin.com, then the website might be the one loading some fonts from Google.

If you try an example like this, where I only use <vaadin-combo-box>, you see no request made to google domains: https://safe-thrush.glitch.me

Source code: https://glitch.com/edit/#!/safe-thrush