google-developer-training / basic-android-kotlin-compose-training-woof

Apache License 2.0
55 stars 87 forks source link

Typo with Material Theming: Android Basics in Compose #15

Closed jacksonchen1998 closed 1 year ago

jacksonchen1998 commented 1 year ago

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:

  1. 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

  1. In your font folder, rename AbrilFatface-Regular.ttf to abril_fatface_regular.ttf.

Additional information

2022-12-12_18-01

osuleymanova commented 1 year ago

Hello @jacksonchen1998,

Thank you for reaching out to us. The typo is fixed and republished:

Screenshot 2023-03-08 at 12 35 04 PM