OHDSI / Ares

A Research Exploration System
https://ohdsi.github.io/Ares/
Apache License 2.0
12 stars 6 forks source link

improvement: don't use google font CDN #438

Closed jsprds closed 3 months ago

jsprds commented 3 months ago

Hi 👋

This PR changes the way of loading fonts trough a CDN (fonts.googleapis.com) to a self hosted solution.

Many of us use Google fonts via a CDN. However, Germany has decided that this contravenes GDPR, leaving site owners open to litigation.

It is in general no longer recommended to use public CDN's (https://dev.to/rstacruz/public-cdns-arent-useful-anymore-2b66)

More info about the self hosted implementation: