I'm using the Docker image of tileserver-gl to run my server (klokantech/tileserver-gl).
I would like to serve my own fonts like my pbf files of Font Awesome (currently here available). I can only use custom styles, but not use my own 'custom' fonts using tileserver-gl docker images afaik.
The glyphs url can NOT be changed as far as I know (which is crazy), even not using a custom style. Since the glyhs URL will always be eventually:
{
"glyphs":"https://<your_server_url>/fonts/{fontstack}/{range}.pbf",
}
I also tried to place 'Font Awesome 5 Free Solid' directory in the fonts directory. So, I created next to the config.json file, a "fonts" directory, and then "Font Awesome 5 Free Solid" directory" and put the pbf files within this directory without any luck :(.
My question would be: Did somebody manage to host their own (custom) fonts using openmap tile server of tileserver-gl? I'm really clueless at this moment.
Thanks!
Regards, Melroy