Skip to content

Commit

Permalink
- add note on calling init
Browse files Browse the repository at this point in the history
  - FIX #642
  • Loading branch information
mikepenz committed May 30, 2024
1 parent 5da9c99 commit a41fadb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,19 @@ implementation 'com.mikepenz:phosphor-typeface:1.0.0.0-kotlin@aar'
implementation 'com.mikepenz:simple-icons-typeface:17.0.0.2@aar'
```

## Note
> [!WARNING]
> The fonts use the `jetpack startup` library to automatically register themselves.
> If `jetpack startup` is disabled,
> it is required to manually register the fonts. Please find additional details in
> the [Register fonts](#register-fonts).
⚠️ The fonts use the `jetpack startup` library to automatically register themselves. If `jetpack startup` is disabled,
it is required to manually register the fonts. Please find additional details in the [Register fonts](#register-fonts).

# Usage

> [!NOTE]
> It might be required to call `Iconics.init(applicationContext)` if no context based APIs are used
> from the library otherwise.
## Use as drawable

```kotlin
Expand Down

0 comments on commit a41fadb

Please sign in to comment.