• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2    {
3        "name": "serif",
4        "fonts": [
5            {
6                "file": "NotoSerif-Regular.ttf",
7                "postScriptName": "NotoSerif",
8                "weight": "400",
9                "style": "normal"
10            },
11            {
12                "file": "NotoSerif-Bold.ttf",
13                "weight": "700",
14                "style": "normal"
15            },
16            {
17                "file": "NotoSerif-Italic.ttf",
18                "weight": "400",
19                "style": "italic"
20            },
21            {
22                "file": "NotoSerif-BoldItalic.ttf",
23                "weight": "700",
24                "style": "italic"
25            }
26        ]
27    }
28]