URL of codelab
Material Theming with Jetpack Compose
In which task and step of the codelab can this issue be found?
Add typography - Download custom fonts - Step 8
Describe the problem
Original description:
8. In your font folder, rename Abril_Fatface.ttf to abril_fatface_regular.ttf.
Abril_Fatface.ttf is the wrong name, actually is "AbrilFatface-Regular.ttf"
So the 8th step will turn into
8. In your font folder, rename AbrilFatface-Regular.ttf to abril_fatface_regular.ttf.
Additional information
