material-components / material-components-android-compose-theme-adapter

A library that enables reuse of Material themes defined in XML for theming in Jetpack Compose.
https://material-components.github.io/material-components-android-compose-theme-adapter/
Apache License 2.0
415 stars 40 forks source link

Typography font is not applied when using mdc theme #98

Open narayan07feb opened 2 years ago

narayan07feb commented 2 years ago

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.

narayan07feb commented 2 years ago

I have analysed and found that TextAppearance.MaterialComponents.Headline3 as a parent theme and using android:fontFamily attribute ignored by compose text compose issue

but with fontFamily attributes it is working fine

Screenshot_20220916_154957

VVFY commented 1 year ago

Same issue while migration, even in new accompanist libraries.