The React frontend SDK is calling `https://fonts.g...
# support-questions-legacy
x
The React frontend SDK is calling
https://fonts.googleapis.com
to get the Rubik font for the auth screen Even if I try to overwrite the font-family for the components, it still sends a request to Google Would be amazing if the library uses the system font family instead. This would make it more privacy friendly 🙏
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";