Alternative for google fonts

We have the same problem. We use streamlit share to deploy our apps. Unfortunately streamlits css uses the google fonts api to serve fonts, which is not gdpr compliant, without asking the user for consent first.

.
We changed all fonts in the app by uploading a substitute font file to the github repo and switching all google fonts with this font by creating our own css and loading it in the code (using streamlit own css ) but at the start of the app all google fonts api calls are executed nonetheless. Does anybody have an idea how to solve this?
The situation makes it impossible for us (and at least any company based in Europe) to legally use streamlit share. To my understanding this could be easily solved from streamlits side by serving the font files from their servers or implementing a consent banner before the first google fonts api calls are executed.