hey guys, in M3 for compose for TypoGraphy there’s...
# compose
f
hey guys, in M3 for compose for TypoGraphy there’s a missing
Copy code
defaultFontFamily = MyCustomFont
how do I set the default, is there any way?
j
You could override LocalTextStyle is closest to default can get. I would however recommend wrap MaterialTheme with your own doing so.