1[ 2 { 3 "name": "sans-serif", 4 "fonts": [ 5 { 6 "file": "Roboto-Regular.ttf", 7 "supportedAxes": "wght,ital", 8 "axes": { 9 "wdth": "100" 10 } 11 } 12 ] 13 }, 14 { 15 "name": "sans-serif-condensed", 16 "fonts": [ 17 { 18 "file": "Roboto-Regular.ttf", 19 "supportedAxes": "wght,ital", 20 "axes": { 21 "wdth": "75" 22 } 23 } 24 ] 25 }, 26 { 27 // Always install roboto font since ThemeHostTest depends on Roboto font. 28 // Theme HostTest replaces sans-serif font with Roboto before executing tests. 29 "name": "roboto", 30 "fonts": [ 31 { 32 "file": "Roboto-Regular.ttf", 33 "supportedAxes": "wght,ital", 34 "axes": { 35 "wdth": "100" 36 } 37 } 38 ] 39 } 40] 41