summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2014-05-29 15:50:04 -0400
committerNicki Dlugash <nicki@mapbox.com>2014-05-29 15:50:04 -0400
commit3003085763d0b590d6f2c8536abed0e086839212 (patch)
tree6b4e772dd655ab0fcac5394ae62e8a313b41b9bf /bin
parent7b7e8007e3801de4593fa72f96fa2ac0c8ca43b6 (diff)
downloadqtlocation-mapboxgl-3003085763d0b590d6f2c8536abed0e086839212.tar.gz
new font stack deployed. Made Arial Unicode Bold fallback for Open Sans Semibold
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/style.js b/bin/style.js
index 8c7b11aaf8..c831fd4144 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -723,7 +723,7 @@ module.exports = {
"value": "city",
"text_field": "name",
"path": "horizontal",
- "font": "Open Sans Semibold, Arial Unicode MS Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"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 Regular",
+ "font": "Open Sans Semibold, Arial Unicode MS Bold",
"fontSize": 10,
"feature_type": "point",
"type": "text"