mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
27 lines
599 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |