diff options
Diffstat (limited to 'app/src/main/res/font/atkinson_hyperlegible.xml')
-rw-r--r-- | app/src/main/res/font/atkinson_hyperlegible.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app/src/main/res/font/atkinson_hyperlegible.xml b/app/src/main/res/font/atkinson_hyperlegible.xml new file mode 100644 index 00000000..8316b412 --- /dev/null +++ b/app/src/main/res/font/atkinson_hyperlegible.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<font-family xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto"> + <font + app:fontStyle="normal" + app:fontWeight="400" + app:font="@font/atkinson_hyperlegible_regular" /> + + <font + app:fontStyle="normal" + app:fontWeight="700" + app:font="@font/atkinson_hyperlegible_bold" /> + + <font + app:fontStyle="italic" + app:fontWeight="400" + app:font="@font/atkinson_hyperlegible_bold" /> + + <font + app:fontStyle="italic" + app:fontWeight="700" + app:font="@font/atkinson_hyperlegible_bold_italic" /> +</font-family>
\ No newline at end of file |