https://github.com/protomaps/basemaps-assets
Fonts and sprites for basemaps, hosted on GitHub Pages
https://github.com/protomaps/basemaps-assets
protomaps
Last synced: 8 months ago
JSON representation
Fonts and sprites for basemaps, hosted on GitHub Pages
- Host: GitHub
- URL: https://github.com/protomaps/basemaps-assets
- Owner: protomaps
- Created: 2023-10-20T19:20:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T19:13:44.000Z (about 1 year ago)
- Last Synced: 2025-06-06T20:25:53.414Z (about 1 year ago)
- Topics: protomaps
- Language: Shell
- Homepage: https://protomaps.github.io/basemaps-assets/
- Size: 6.02 MB
- Stars: 49
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# basemaps-assets
Fonts and sprites for [basemaps](https://github.com/protomaps/basemaps).
## Directory Structure
* `fonts/`: Contains PBF glyphs generated by [font-maker](https://github.com/maplibre/font-maker)
* Current fonts: `Noto Sans Regular`, `Noto Sans Medium`, `Noto Sans Italic`
* `sprites/v3`: Contains spritesheets generated by [spreet](https://github.com/flother/spreet), for each major version
* `light@x.png` - light and dark themed spritesheets at 1x and 2x pixel densities
## Fonts
The typefaces and font variants hosted and downloadable here are limited to only those used by [basemaps](https://github.com/protomaps/basemaps) and a Noto Sans alternate. It is not meant to include all possible variations or other fonts. If you want to generate fonts for your own use, use the examples in `scripts` and maintain your own repository.
## Linking to Assets in Styles
```
glyphs:'https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf'
```
## Downloading Assets
Use the `Code > Download ZIP` button on this repository page, or [this direct link](https://github.com/protomaps/basemaps-assets/archive/refs/heads/main.zip).
## License
The license for each group of assets is contained within that directory:
* `fonts/`: [SIL Open Font License](fonts/OFL.txt)
* `sprites/`: derived from [MIT-licensed tangrams/icons](https://github.com/tangrams/icons/blob/master/LICENSE.md)