Chinmay Garde 21ad7f051c
Move the Fuchsia Flutter Runner to //flutter/shell/platform/fuchsia/flutter (#8939)
This makes room for the Dart runner at //flutter/shell/platform/fuchsia/dart.
2019-05-12 14:29:34 -07:00

27 lines
599 B
JSON

{
"families": [
{
"family": "Roboto",
"fallback": true,
"fallback_group": "sans-serif",
"fonts": [
{
"asset": "Roboto-Regular.ttf"
}
]
},
{
"family": "Roboto Slab",
"aliases": [
"RobotoSlab"
],
"fallback": true,
"fallback_group": "serif",
"fonts": [
{
"asset": "RobotoSlab-Regular.ttf"
}
]
}
]
}