{
"assets": {
"fonts": [
{
"family": "Worka Sans",
"weight": 400,
"style": "normal",
"path": "fonts/WorkaSans-Regular.ttf",
"format": "ttf"
}
]
}
}
DesktopApp::<AppState, _>::new(App)
.with_design_system::<AppDesignSystem>(DesignMode::Light)
.run()