summaryrefslogtreecommitdiff
path: root/test/fixtures/style_parser/font_stacks.json
blob: 07fe223d46f8cd5220be69160b18119bfd63295f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "version": 8,
  "sources": {
    "source": {
      "type": "vector",
      "tiles": []
    }
  },
  "layers": [{
    "id": "a",
    "type": "symbol",
    "source": "source",
    "source-layer": "source-layer",
    "layout": {
      "text-font": ["a"]
    }
  }, {
    "id": "a,b",
    "type": "symbol",
    "source": "source",
    "source-layer": "source-layer",
    "layout": {
      "text-font": {
        "stops": [[0, ["a", "b"]]]
      }
    }
  }, {
    "id": "a,b;a,b,c",
    "type": "symbol",
    "source": "source",
    "source-layer": "source-layer",
    "layout": {
      "text-font": {
        "stops": [[0, ["a", "b"]], [1, ["a", "b", "c"]]]
      }
    }
  }]
}