inaturalist / iNaturalistReactNative

Cross-platform version of the iNat mobile app
MIT License
69 stars 22 forks source link

Replace Whitney font with Lato throughout app #1395

Closed albullington closed 6 months ago

albullington commented 6 months ago

We're making a change to replace Whitney fonts with Lato throughout iNaturalist. The full list of fonts we need to replace are:

To complete this issue, we should:

const DEFAULT_FONT_FAMILY = `Leto-Light${Platform.OS === "ios"
      ? ""
      : "-Pro"}
albullington commented 6 months ago

@abhasinat can you confirm these are the correct replacements?

  1. Whitney Light -> Lato Light
  2. Whitney Book -> Lato Regular
  3. Whitney Medium -> Lato Bold
  4. Whitney Semibold -> Lato Black
abhasinat commented 6 months ago

Here are the correct replacements:

I had earlier also written "Whitney Light -> Lato Light" but I don't think I used Whitney Light in the app at all.