diff options
| author | Alberto Mac <alberto.duarte.delgado@pwc.com> | 2024-08-24 01:43:24 +0100 |
|---|---|---|
| committer | Alberto Mac <alberto.duarte.delgado@pwc.com> | 2024-08-24 01:43:24 +0100 |
| commit | 22cdfc32c66fe1b8ebd5362c4c318e3f8cb34d7d (patch) | |
| tree | 733ac4906aaba8470add3d2d0259deb21f475b7d /app/src/main/res/font/roboto.xml | |
| parent | 853548225c4e2541841e7602d7fff2ed122ab455 (diff) | |
ui changes
Diffstat (limited to 'app/src/main/res/font/roboto.xml')
| -rw-r--r-- | app/src/main/res/font/roboto.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/font/roboto.xml b/app/src/main/res/font/roboto.xml new file mode 100644 index 0000000..4b45b8e --- /dev/null +++ b/app/src/main/res/font/roboto.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<font-family xmlns:android="http://schemas.android.com/apk/res/android"> + <font + android:fontStyle="normal" + android:fontWeight="400" + android:font="@font/robotoregular" /> + <font + android:fontStyle="normal" + android:fontWeight="500" + android:font="@font/robotomedium" /> + <font + android:fontStyle="normal" + android:fontWeight="700" + android:font="@font/robotobold" /> +</font-family>
\ No newline at end of file |