Skip to content

Commit 130cc7f

Browse files
committed
fonts
1 parent dfd8902 commit 130cc7f

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ node_modules
1515
/temp
1616
/rclone-ofm.conf
1717
/scripts/tile_gen/extract_mbtiles/out
18+

scripts/styles/fonts/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
maplibre-demotiles
2+
openmaptiles-fonts
3+
protomaps-assets

scripts/styles/fonts/download.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
3+
git clone https://github.com/maplibre/demotiles.git maplibre-demotiles --depth=1
4+
git clone https://github.com/openmaptiles/fonts.git openmaptiles-fonts --depth=1
5+
git clone https://github.com/protomaps/basemaps-assets.git protomaps-assets --depth=1
6+
7+
8+
9+
10+
# wget https://codeload.github.com/maplibre/demotiles/zip/refs/heads/gh-pages -O maplibre-fonts.zip
11+
12+
# rm -rf demotiles-gh-pages
13+
# unzip maplibre-fonts.zip
14+
# rm maplibre-fonts.zip
15+

scripts/styles/fonts/links.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
repos
2+
https://github.com/maplibre/demotiles
3+
https://github.com/maplibre/font-maker
4+
https://github.com/openmaptiles/fonts
5+
https://github.com/protomaps/basemaps-assets
6+
7+
glyphs
8+
https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf
9+
https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf
10+

0 commit comments

Comments
 (0)