Added debug font

This commit is contained in:
Hemanth S 2020-08-21 09:53:01 +05:30
parent f3988ae1d1
commit 1941086b4a
7 changed files with 76 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<font
android:font="@font/regular"
android:fontWeight="400" />
<font
android:font="@font/medium"
android:fontWeight="600" />
<font
android:font="@font/bold"
android:fontWeight="700" />
</font-family>