OSGeo / osgeo

The Open Source Geospatial Foundation is not-for-profit organization to empower everyone with open source geospatial. Directly supports projects as an outreach and advocacy organization providing financial, organizational and legal support. Works with our sponsors and partners for open software, standards, data, research and education.
http://www.osgeo.org
362 stars 68 forks source link

staging.www.osgeo.org fails to show fonts on Firefox Quantum #175

Closed neteler closed 6 years ago

neteler commented 6 years ago

fonts_missing_staging_site

... this happens due to the external embedding of Google fonts.

Please change to self-hosting of the Google fonts, also to avoid external tracking of our users (may also collide with the upcoming EU General Data Protection Regulation).

To test: install for example the "uBlock origin" plugin. All other web sites I visit do not have such an lack-of-fonts issue, never seen before except for the new staging site.

jodygarnett commented 6 years ago

Checking on stack exchange their are several solutions for self hosting google fonts.

neteler commented 6 years ago

Update: I used the Firefox (Quantum) Inspector and checked the font.

When I change "Miriam Libre" to "Miriam", then all written text shows up!

Just saw https://github.com/google/fonts/issues/1300 (I am on Linux, though).

neteler commented 6 years ago

See also https://github.com/OSGeo/osgeo/issues/154

neteler commented 6 years ago

Found it: a local glitch due to local font installation needed for the OSGeo branding stuff...

Hence: invalid.

jodygarnett commented 6 years ago

@neteler can you clarify? In case the next person runs into trouble ...

neteler commented 6 years ago

Sure: the local copy of Miriam fonts was broken after laptop update :( Their installation was needed some weeks ago to get the marketing material done. Later I forgot about the local copy in $HOME/.local/fonts/ which caused the problem. Just today I remembered about them and checked - voilà, broken. After broken font files removal the new site is shiny as expected.

jodygarnett commented 6 years ago

Wonder if that would help #154 ?