summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/font
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/font')
-rw-r--r--app/src/main/res/font/roboto.xml15
-rw-r--r--app/src/main/res/font/robotobold.ttfbin0 -> 167336 bytes
-rw-r--r--app/src/main/res/font/robotomedium.ttfbin0 -> 168644 bytes
-rw-r--r--app/src/main/res/font/robotoregular.ttfbin0 -> 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
new file mode 100644
index 0000000..e64db79
--- /dev/null
+++ b/app/src/main/res/font/robotobold.ttf
Binary files differ
diff --git a/app/src/main/res/font/robotomedium.ttf b/app/src/main/res/font/robotomedium.ttf
new file mode 100644
index 0000000..0707e15
--- /dev/null
+++ b/app/src/main/res/font/robotomedium.ttf
Binary files differ
diff --git a/app/src/main/res/font/robotoregular.ttf b/app/src/main/res/font/robotoregular.ttf
new file mode 100644
index 0000000..2d116d9
--- /dev/null
+++ b/app/src/main/res/font/robotoregular.ttf
Binary files differ