summaryrefslogtreecommitdiff
path: root/test/fixtures/resources
diff options
context:
space:
mode:
authorTom MacWright <tom@macwright.org>2015-03-12 16:44:33 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-08-20 11:58:57 -0700
commit6df50dba45fd262d9d868802d1c49663efa656a6 (patch)
treeae256baaadf67d322cad863888d61b7b68d5b41a /test/fixtures/resources
parent58d6b84b2b9d0180792a36601d86e0cd5997f789 (diff)
downloadqtlocation-mapboxgl-6df50dba45fd262d9d868802d1c49663efa656a6.tar.gz
Font stacks as arrays
Diffstat (limited to 'test/fixtures/resources')
-rw-r--r--test/fixtures/resources/style.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/resources/style.json b/test/fixtures/resources/style.json
index 6ac8f48566..fc5f9c973b 100644
--- a/test/fixtures/resources/style.json
+++ b/test/fixtures/resources/style.json
@@ -20,7 +20,7 @@
"source": "vectorsource",
"source-layer": "road_label",
"layout": {
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
+ "text-font": ["Open Sans Regular", "Arial Unicode MS Regular"],
"text-field": "{name_en}"
}
}, {
@@ -29,7 +29,7 @@
"source": "vectorsource",
"source-layer": "poi_label",
"layout": {
- "text-font": "Open Sans Regular, Arial Unicode MS Regular",
+ "text-font": ["Open Sans Regular", "Arial Unicode MS Regular"],
"icon-image": "{maki}_icon"
}
}]