summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2014-05-29 15:42:04 -0400
committerNicki Dlugash <nicki@mapbox.com>2014-05-29 15:42:04 -0400
commitaa85c54b2de903cacaf592efdac596ea3fce9fc3 (patch)
tree8c55d1f65ef927c03d742fb4a929ed17e82d5af0 /bin
parent189436919d9e2793e85b098c0aa43a506f3a4d7e (diff)
downloadqtlocation-mapboxgl-aa85c54b2de903cacaf592efdac596ea3fce9fc3.tar.gz
dont have font stack yet with arial unicode bold as fallback to Open Sans Semibold, so changed them back
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/style.js b/bin/style.js
index c831fd4144..aa7d5b38f3 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -649,7 +649,7 @@ module.exports = {
"layer": "country_label",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Bold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"fontSize": 24,
"feature_type": "point",
"type": "text"
@@ -723,7 +723,7 @@ module.exports = {
"value": "city",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 20,
"feature_type": "point",
"type": "text"
@@ -735,7 +735,7 @@ module.exports = {
"value": "town",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 24,
"feature_type": "point",
"type": "text"
@@ -747,7 +747,7 @@ module.exports = {
"value": "village",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 22,
"feature_type": "point",
"type": "text"
@@ -763,7 +763,7 @@ module.exports = {
],
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 18,
"feature_type": "point",
"type": "text"
@@ -878,7 +878,7 @@ module.exports = {
"text_field": "name",
"path": "horizontal",
"padding": 2,
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 11,
"feature_type": "point",
"type": "text"
@@ -891,7 +891,7 @@ module.exports = {
"text_field": "name",
"path": "horizontal",
"padding": 2,
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 10,
"feature_type": "point",
"type": "text"
@@ -904,7 +904,7 @@ module.exports = {
"text_field": "name",
"path": "horizontal",
"padding": 2,
- "font": "Open Sans Semibold, Arial Unicode MS Bold",
+ "font": "Open Sans Semibold, Arial Unicode MS Regular",
"fontSize": 10,
"feature_type": "point",
"type": "text"