fonts icon indicating copy to clipboard operation
fonts copied to clipboard

http://fonts.openmaptiles.org/Noto Sans Bold/0-255.pbf 404 error

Open craigphicks opened this issue 7 years ago • 6 comments

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?

craigphicks avatar Jun 18 '18 23:06 craigphicks

Me too!!

donnyv avatar Sep 04 '18 21:09 donnyv

likewise

songololo avatar Sep 22 '18 22:09 songololo

See this thread for a solution: https://github.com/maputnik/editor/issues/308

songololo avatar Sep 22 '18 23:09 songololo

@craigphicks this repository is about using glyphs without the Mapbox API, e.g by using
"glyphs": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf" instead.

pathmapper avatar Sep 23 '18 18:09 pathmapper

I'm also getting 404 errors for example http://fonts.openmaptiles.org/Noto%20Sans%20Bold/0-255.pbf

mem48 avatar Mar 09 '20 15:03 mem48

You now need to use https://fonts.openmaptiles.org/Klokantech%20Noto%20Sans%20Bold/0-255.pbf

neilh-cogapp avatar Jul 01 '21 14:07 neilh-cogapp