6 lines
242 B
Bash
Executable file
6 lines
242 B
Bash
Executable file
#! /bin/bash
|
|
# https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf
|
|
# To be run from the repo root
|
|
git clone https://github.com/protomaps/basemaps-assets
|
|
cp -r basemaps-assets/fonts/ public/assets/
|
|
rm -rf basemaps-assets
|