fonts
fonts copied to clipboard
Font glyphs for GL Styles with open fonts
Hi All, I cloned the repo and did `npm install`, getting tons of error for it: ``` npm install npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp...
The Noto Sans fonts are almost 100x bigger than Open Sans. The Noto Sans Regular is 33mb on disk, and Open Sans Regular is 400kb. All the other fonts are...
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?
The Highway Gothic font is used in United States highway signs and route shields. Support for this font would allow for US-centric maps to display highway shields and other highway-related...
I'm trying to use the [Positron style](https://github.com/openmaptiles/positron-gl-style) in an offline map and therefore host fonts and style myself with a local http server. Using a simple server like [http-server](https://www.npmjs.com/package/http-server) to...
I got this error message when running `npm install` ``` node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/fontnik/v0.5.0/Release/node-v64-linux-x64.tar.gz ``` Changing npm package `fontnik` version to `v0.5.3` in the `package.json` fixed the problem...
Hi , I am trying to show in the map SUBSCRIPT numbers, but I guess none of the fonts in here actually support that. Are you planning to include any...
This repo is really helpful ,many thank. But recently I encounter a situation which is how to create fonts like Klokantech Noto Sans Bold,Klokantech Noto Sans CJK Bold which is...
Hey on [the MapTiler site](https://www.maptiler.com/maps/#streets//vector/7.51/92.92/21.881) I noticed that Myanmar/Burmese labels are not rendering correctly. It is always tricky script to get right with harfbuzz, and WebGL doesn't make it any...
Font Awesome is free (also for commercial use): https://fontawesome.com/free Support Font Awesome out of the box: https://github.com/mapbox/mapbox-gl-js/issues/3605#issuecomment-290110941 https://github.com/mapbox/mapbox-gl-styles/issues/241 This makes it possible to use Font-Awesome icons in the text-field. So...