summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/font/roboto.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/font/roboto.xml')
-rw-r--r--app/src/main/res/font/roboto.xml15
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