Skip to content

Commit

Permalink
fix places missing regular font substitution (#367)
Browse files Browse the repository at this point in the history
* style: fix places missing regular font substitution
  • Loading branch information
bdon authored Jan 28, 2025
1 parent 57e1e43 commit a34c17e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles/src/base_layers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,7 @@ export function labels_layers(
"text-field": get_multiline_name(
lang,
script,
t.regular,
) as DataDrivenPropertyValueSpecification<string>,
"text-size": 12,
"text-letter-spacing": 0.2,
Expand All @@ -1408,6 +1409,7 @@ export function labels_layers(
"text-field": get_multiline_name(
lang,
script,
t.regular,
) as DataDrivenPropertyValueSpecification<string>,
"text-size": 12,
},
Expand Down

0 comments on commit a34c17e

Please sign in to comment.