Skip to content

Commit 233eae7

Browse files
committed
front: map: use only Roboto not OpenSans
This reduces the number of fonts Ref #10627 Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 0a2b1ab commit 233eae7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

front/src/assets/mapstyles/OSMBluePrintStyle.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"text-field": "{housenumber}",
116116
"text-size": 10,
117117
"text-font": [
118-
"Open Sans Regular"
118+
"Roboto Regular"
119119
]
120120
},
121121
"paint": {
@@ -649,7 +649,7 @@
649649
"layout": {
650650
"text-size": 12,
651651
"text-font": [
652-
"Open Sans Semibold"
652+
"Roboto Semibold"
653653
],
654654
"visibility": "visible",
655655
"text-offset": [
@@ -686,7 +686,7 @@
686686
"symbol-placement": "line",
687687
"text-field": "{name:latin} {name:nonlatin} {ref}",
688688
"text-font": [
689-
"Open Sans Regular"
689+
"Roboto Regular"
690690
],
691691
"text-transform": "uppercase",
692692
"text-letter-spacing": 0,
@@ -788,7 +788,7 @@
788788
"layout": {
789789
"text-field": "{name:latin}\n{name:nonlatin}",
790790
"text-font": [
791-
"Open Sans Regular"
791+
"Roboto Regular"
792792
],
793793
"text-max-width": 10,
794794
"text-size": {

front/src/assets/mapstyles/OSMDarkStyle.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"text-field": "{housenumber}",
116116
"text-size": 10,
117117
"text-font": [
118-
"Open Sans Regular"
118+
"Roboto Regular"
119119
]
120120
},
121121
"paint": {
@@ -656,7 +656,7 @@
656656
"layout": {
657657
"text-size": 12,
658658
"text-font": [
659-
"Open Sans Semibold"
659+
"Roboto Semibold"
660660
],
661661
"visibility": "visible",
662662
"text-offset": [
@@ -692,7 +692,7 @@
692692
"symbol-placement": "line",
693693
"text-field": "{name:latin} {name:nonlatin} {ref}",
694694
"text-font": [
695-
"Open Sans Regular"
695+
"Roboto Regular"
696696
],
697697
"text-transform": "uppercase",
698698
"text-letter-spacing": 0,
@@ -792,7 +792,7 @@
792792
"layout": {
793793
"text-field": "{name:latin}\n{name:nonlatin}",
794794
"text-font": [
795-
"Open Sans Regular"
795+
"Roboto Regular"
796796
],
797797
"text-max-width": 10,
798798
"text-size": {

0 commit comments

Comments
 (0)