I'm serving my own tiles using protomaps/go-pmtiles , and the tiles are getting displayed.
But I'm getting no labels on the map. What I'm I doing wrong?
UPDATE:
I got my data from geofabrik.de, rendered them using tilemaker to .mbtiles, served them using tileserver-gl and had maplibre as my client.
I'm using the default fonts and styles provided by the test data of tileserver-gl, which is osm-bright and Open Sans, located here.
I'm doing these steps for data of Iran, which has non-latin and Persian labels. The problem is, while it perfectly serves the maps, it shows no labels.
To make sure, I did all of these steps with an state of the united states, and everything worked perfectly, including the labels.