diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/font/selawk.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/src/main/res/font/selawk.xml b/app/src/main/res/font/selawk.xml new file mode 100644 index 00000000..28f46f58 --- /dev/null +++ b/app/src/main/res/font/selawk.xml @@ -0,0 +1,17 @@ +<?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/selawk_regular" /> + + <font + app:fontStyle="normal" + app:fontWeight="700" + app:font="@font/selawk_bold" /> + + <font + app:fontStyle="normal" + app:fontWeight="300" + app:font="@font/selawk_light" /> +</font-family>
\ No newline at end of file |