@@ -228,7 +228,7 @@ export const style = (map) => {
228228 "layout" : {
229229 "symbol-placement" : "line" ,
230230 "text-field" : [ "get" , "ref" ] ,
231- "text-font" : [ "Noto Sans Display Regular" ] ,
231+ "text-font" : [ "Noto Sans Regular" ] ,
232232 "text-size" : 10 ,
233233 "text-rotation-alignment" : "viewport"
234234 } ,
@@ -246,7 +246,7 @@ export const style = (map) => {
246246 "layout" : {
247247 "symbol-placement" : "line" ,
248248 "text-field" : [ "get" , "name" ] ,
249- "text-font" : [ "Noto Sans Display Regular" ] ,
249+ "text-font" : [ "Noto Sans Regular" ] ,
250250 "text-size" : 10 ,
251251 } ,
252252 "paint" : {
@@ -267,7 +267,7 @@ export const style = (map) => {
267267 "layout" : {
268268 "symbol-sort-key" : [ "-" , [ "coalesce" , [ "get" , "population" ] , 0 ] ] ,
269269 "text-field" : [ "get" , "name" ] ,
270- "text-font" : [ "Noto Sans Display Regular" ] ,
270+ "text-font" : [ "Noto Sans Regular" ] ,
271271 "text-size" : 12
272272 } ,
273273 "paint" : {
@@ -284,7 +284,7 @@ export const style = (map) => {
284284 "layout" : {
285285 "symbol-sort-key" : [ "-" , [ "coalesce" , [ "get" , "population" ] , 0 ] ] ,
286286 "text-field" : [ "get" , "name" ] ,
287- "text-font" : [ "Noto Sans Display Bold" ] ,
287+ "text-font" : [ "Noto Sans Bold" ] ,
288288 "text-size" : [ "interpolate" , [ "linear" ] , [ "zoom" ] ,
289289 6 , 12 ,
290290 9 , 16 ] ,
@@ -310,7 +310,7 @@ export const style = (map) => {
310310 // "source-layer": "tiles_debug_info",
311311 // "layout": {
312312 // "text-field": ["get", "tile_id"],
313- // "text-font": ["Noto Sans Display Bold"],
313+ // "text-font": ["Noto Sans Bold"],
314314 // "text-size": 16,
315315 // },
316316 // "paint": {
0 commit comments