
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
qwant-maps-fonts
Advanced tools
This project packages the most common free fonts with [fontnik](https://github.com/mapbox/fontnik) so you don't have to worry about [SDL](https://www.mapbox.com/blog/text-signed-distance-fields/) and [gzipped PBFs](https://github.com/mapbox/mapbox-gl-js/i
This project packages the most common free fonts with fontnik so you don't have to worry about SDL and gzipped PBFs. The fonts are deployed to https://free.tilehosting.com/ which also supports concatenating fonts.
Your current Mapbox GL Style JSON configuration for glyphs
will look like this.
"glyphs": "mapbox://fonts/openmaptiles/{fontstack}/{range}.pbf",
In order to use the fonts without a Mapbox API key edit your Mapbox GL Style JSON and change the endpoint for glyphs
to http://fonts.openmaptiles.org/{fontstack}/{range}.pbf
.
"glyphs": "http://fonts.openmaptiles.org/{fontstack}/{range}.pbf",
The following fonts that are available in Mapbox Studio are supported.
Install required packages:
npm install
Generate fonts:
node ./generate.js
The PBFs will created be in the _output
directory.
Please mind the license of the original fonts. All fonts are either licensed under OFL or Apache.
FAQs
This project packages the most common free fonts with [fontnik](https://github.com/mapbox/fontnik) so you don't have to worry about [SDL](https://www.mapbox.com/blog/text-signed-distance-fields/) and [gzipped PBFs](https://github.com/mapbox/mapbox-gl-js/i
We found that qwant-maps-fonts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.