forked from MapComplete/MapComplete
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#! /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
							 |