summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorYoung Hahn <young@mapbox.com>2014-05-29 06:09:54 -0400
committerYoung Hahn <young@mapbox.com>2014-05-29 06:09:54 -0400
commit8ba1acaa8361ec717ea6726131df25016645aa9f (patch)
tree1c642646179d4484a4b6ba0e9296020a4a2cfbe0 /bin
parent86ae823306c1fb23b8a13e73f63da149276ea773 (diff)
downloadqtlocation-mapboxgl-8ba1acaa8361ec717ea6726131df25016645aa9f.tar.gz
Add second fontstack for testing.
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/style.js b/bin/style.js
index 1a6aca8b75..e1f3cae086 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -731,7 +731,7 @@ module.exports = {
"value": "city",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Regular, Arial Unicode MS Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 20,
"feature_type": "point",
"type": "text"
@@ -743,7 +743,7 @@ module.exports = {
"value": "town",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Regular, Arial Unicode MS Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 24,
"feature_type": "point",
"type": "text"
@@ -755,7 +755,7 @@ module.exports = {
"value": "village",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Regular, Arial Unicode MS Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 22,
"feature_type": "point",
"type": "text"
@@ -771,7 +771,7 @@ module.exports = {
],
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Regular, Arial Unicode MS Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 14,
"feature_type": "point",
"type": "text"