PolymerElements / font-roboto

Loads the Roboto family of fonts from Google Fonts.
5 stars 35 forks source link

User data sent to third party #35

Open netAction opened 3 years ago

netAction commented 3 years ago

Description

The use of cloud storage causes security issues and expensive DNS, HTTP, HTTPS connections.

Expected outcome

Keep the traffic low by loading fonts from the same host. Never send user data to a service unless explicitely needed and allowed.

Actual outcome

Fonts are loaded from Google Fonts.

Browsers Affected