https://github.com/fabienheureux/pbf-font-generator
Generate .pbf files from .ttf fonts
https://github.com/fabienheureux/pbf-font-generator
maps mbtiles pbf tileserver
Last synced: 16 days ago
JSON representation
Generate .pbf files from .ttf fonts
- Host: GitHub
- URL: https://github.com/fabienheureux/pbf-font-generator
- Owner: fabienheureux
- Created: 2025-02-18T11:49:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T11:52:51.000Z (over 1 year ago)
- Last Synced: 2026-01-18T01:50:44.393Z (5 months ago)
- Topics: maps, mbtiles, pbf, tileserver
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generates .pbf file from .ttf
If you use tileserver-gl (for example), you might need some .pbf files to display custom fonts in your map styles.
I tried installing fontnik on a mac without success, so I dockerised it to make it work.
## How to use
Put your fonts in `fonts`
```
docker compose up -d
```
Enjoy
## Roadmap
Add a config file so that you can pass a list of google fonts to generate pbf files automagically