You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a custom Font. At the moment you can only assign a font under text theme. This results in an generated theme where only the text theme uses the custom font.
However i cannot set the font-family for buttonTheme and typography. These will be generated with a default font-family of Segoe UI
Update for currently supported components:
App bar
Tab bar
Bottom navigation bar
Elevated button
Outlined button
Text button
Input decoration
Slider
Additional context
Example of a json generated with the font-family set to Nunito:
A bit of a quick update. I've been adding support for this to some of the existing widgets, which you might have also noticed. But I ran into some weird race conditions when making changes to the buttons, causing them to crash in the preview.
I'll spend some more time to debug this, but if I can't figure it out, I might need to do a big refactoring. Will keep everyone posted.
What kind of feature are you missing?
I would like to use a custom Font. At the moment you can only assign a font under text theme. This results in an generated theme where only the text theme uses the custom font.
However i cannot set the font-family for buttonTheme and typography. These will be generated with a default font-family of Segoe UI
Update for currently supported components:
Additional context
Example of a json generated with the font-family set to Nunito:
Example JSON
The text was updated successfully, but these errors were encountered: