Skip to content

Commit

Permalink
Update README.md (#271)
Browse files Browse the repository at this point in the history
* Update README.md

Added assets directory explanation.

* Update README.md

Removed information about Apache Ant asset directory.
  • Loading branch information
wieczorek1990 authored and chrisjenx committed Dec 20, 2016
1 parent 4de0a26 commit 3972490
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ dependencies {
```
### Add Fonts

Add your custom fonts to `assets/` all font definitions are relative to this path.
Add your custom fonts to `assets/`. All font definitions are relative to this path.

Assuming that you are using Gradle you should create the assets directory under `src/main/` in your project directory if it does not already exist.
As it's popular to use multi-project build with Gradle the path is usually `app/src/main/assets/`, where `app` is the project name.

You might consider creating a `fonts/` subdirectory in the assets directory (as in examples).

### Usage

Expand Down

0 comments on commit 3972490

Please sign in to comment.