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

Add setDefaultFontFamily functionality #74

Closed ricknout closed 3 years ago

ricknout commented 3 years ago

This adds optional functionality to read and prioritize the fontFamily/android:FontFamily attribute from the theme, over any specified in the MDC text appearances.

This was adapted from the AppCompat Compose Theme Adapter library.

resolves #73

ricknout commented 3 years ago

@chrisbanes would you mind taking another look at this? 😺