diff options
Diffstat (limited to 'app/src/main/res/font/caveat.xml')
-rw-r--r-- | app/src/main/res/font/caveat.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/font/caveat.xml b/app/src/main/res/font/caveat.xml new file mode 100644 index 00000000..57393ffd --- /dev/null +++ b/app/src/main/res/font/caveat.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<font-family xmlns:app="http://schemas.android.com/apk/res-auto"> + <font + app:fontStyle="normal" + app:fontWeight="400" + app:font="@font/caveat_regular" /> + + <font + app:fontStyle="normal" + app:fontWeight="700" + app:font="@font/caveat_bold" /> +</font-family>
\ No newline at end of file |