Open craigphicks opened 6 years ago
Me too!!
likewise
See this thread for a solution: https://github.com/maputnik/editor/issues/308
@craigphicks this repository is about using glyphs without the Mapbox API, e.g by using
"glyphs": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf"
instead.
I'm also getting 404 errors for example http://fonts.openmaptiles.org/Noto%20Sans%20Bold/0-255.pbf
You now need to use https://fonts.openmaptiles.org/Klokantech%20Noto%20Sans%20Bold/0-255.pbf
Using Mapbox GL JS, and modifying the style (osm-bright-gl-style) to this:
"glyphs": "mapbox://fonts/openmaptiles/{fontstack}/{range}.pbf"
results in a 404 not found error.
So the README might be wrong?