diff options
Diffstat (limited to '')
-rw-r--r-- | app/src/main/res/font/atkinson_hyperlegible.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/font/atkinson_hyperlegible_bold_version.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/app/src/main/res/font/atkinson_hyperlegible.xml b/app/src/main/res/font/atkinson_hyperlegible.xml index 8316b412..cac6837e 100644 --- a/app/src/main/res/font/atkinson_hyperlegible.xml +++ b/app/src/main/res/font/atkinson_hyperlegible.xml @@ -1,6 +1,5 @@ <?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-family xmlns:app="http://schemas.android.com/apk/res-auto"> <font app:fontStyle="normal" app:fontWeight="400" diff --git a/app/src/main/res/font/atkinson_hyperlegible_bold_version.xml b/app/src/main/res/font/atkinson_hyperlegible_bold_version.xml index a2d3dd14..0acf6d28 100644 --- a/app/src/main/res/font/atkinson_hyperlegible_bold_version.xml +++ b/app/src/main/res/font/atkinson_hyperlegible_bold_version.xml @@ -1,6 +1,5 @@ <?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-family xmlns:app="http://schemas.android.com/apk/res-auto"> <font app:fontStyle="normal" app:fontWeight="700" |