material-components-android-compose-theme-adapter
material-components-android-compose-theme-adapter copied to clipboard
Typography font is not applied when using mdc theme
I have tried the given sample of this repository. everything looks good and all attributes from the XML theme showing correctly in compose except the font family.
I have analysed and found that TextAppearance.MaterialComponents.Headline3
as a parent theme and using android:fontFamily
attribute ignored by compose text
but with fontFamily
attributes it is working fine
Same issue while migration, even in new accompanist libraries.