1[ 2 { 3 "name": "source-sans-pro", 4 "fonts": [ 5 { 6 "file": "SourceSansPro-Regular.ttf", 7 "weight": "400", 8 "style": "normal" 9 }, 10 { 11 "file": "SourceSansPro-Italic.ttf", 12 "weight": "400", 13 "style": "italic" 14 }, 15 { 16 "file": "SourceSansPro-SemiBold.ttf", 17 "weight": "600", 18 "style": "normal" 19 }, 20 { 21 "file": "SourceSansPro-SemiBoldItalic.ttf", 22 "weight": "600", 23 "style": "italic" 24 }, 25 { 26 "file": "SourceSansPro-Bold.ttf", 27 "weight": "700", 28 "style": "normal" 29 }, 30 { 31 "file": "SourceSansPro-BoldItalic.ttf", 32 "weight": "700", 33 "style": "italic" 34 } 35 ] 36 } 37]