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 | |
| parent | 853548225c4e2541841e7602d7fff2ed122ab455 (diff) | |
ui changes
Diffstat (limited to 'app/src/main/res/font')
| -rw-r--r-- | app/src/main/res/font/roboto.xml | 15 | ||||
| -rw-r--r-- | app/src/main/res/font/robotobold.ttf | bin | 0 -> 167336 bytes | |||
| -rw-r--r-- | app/src/main/res/font/robotomedium.ttf | bin | 0 -> 168644 bytes | |||
| -rw-r--r-- | app/src/main/res/font/robotoregular.ttf | bin | 0 -> 168260 bytes |
4 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 diff --git a/app/src/main/res/font/robotobold.ttf b/app/src/main/res/font/robotobold.ttf Binary files differnew file mode 100644 index 0000000..e64db79 --- /dev/null +++ b/app/src/main/res/font/robotobold.ttf diff --git a/app/src/main/res/font/robotomedium.ttf b/app/src/main/res/font/robotomedium.ttf Binary files differnew file mode 100644 index 0000000..0707e15 --- /dev/null +++ b/app/src/main/res/font/robotomedium.ttf diff --git a/app/src/main/res/font/robotoregular.ttf b/app/src/main/res/font/robotoregular.ttf Binary files differnew file mode 100644 index 0000000..2d116d9 --- /dev/null +++ b/app/src/main/res/font/robotoregular.ttf |