# Font Use

To Change the font that use, you can go to the folder asset/font/&#x20;

by replacing that font in these folder you can custom any font you want to use, and make sure you also change the name of font in method in MainActivity.java here :

```java
  public void setFontTv(Your TextView, index font)
```
