datasets / publicbodies

A database of public bodies such as government departments, ministries etc.
http://publicbodies.org
MIT License
63 stars 26 forks source link

Fix the problem with Google Fonts #121

Open augusto-herrmann opened 3 years ago

augusto-herrmann commented 3 years ago

As the site migrated to modern Node.js (#111), the fonts are broken in the page's text.

It seems like the Google Fonts are being blocked for using mixed content:

Bildschirmfoto vom 2021-09-11 12-53-42

Happens in Firefox 92.0 (64-bit) and also Chromium 90.0.4430.212.

We need either to solve the problem so that the fonts load or to replace the fonts by loading from somewhere else.