An open API service indexing awesome lists of open source software.

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

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