Open lukasmartinelli opened 7 years ago
Arial Unicode MS Regular is a licensed font - not free.
Alias to the Noto font is probably the only free solution - can be done on server side by TileServer GL. The problem is that Noto is not designed the way that one font file contains all characters. The number of glyphs is too large. Minimally two different fonts are required.
The latest Noto we released does have all required characters. https://blog.klokantech.com/2018/02/maps-in-the-language-of-visitor.html
It's a workaround, but it would be quite helpful to have a Open Sans, Arial folder with just Open Sans inside, to avoid the lost requests caused by Open Sans, Arial being the default font of maplibre - a temporary http redirect would do, the files doesn't even have to be in the repo.
The default font stacks of the Mapbox GL style specification are
Open Sans Regular
andArial Unicode MS Regular
. They should be somehow covered (or aliased) by the fonts here.