diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 01:38:36 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-06-17 01:38:36 +0000 |
commit | 72f176201ee4bdb2b7057f5b5443cf232debd0c2 (patch) | |
tree | c8bf03558277ef3f1a2a41a41da353cd85cc44eb /app/src/main/res/font/selawk.xml | |
parent | 66f4db6b4093beb02f00ed05a31de8880685d3f2 (diff) | |
download | infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.gz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.bz2 infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.lz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.xz infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.tar.zst infinity-for-reddit-72f176201ee4bdb2b7057f5b5443cf232debd0c2.zip |
Add FontPreviewFragment. Add some fonts and delete some.
Diffstat (limited to 'app/src/main/res/font/selawk.xml')
-rw-r--r-- | app/src/main/res/font/selawk.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/src/main/res/font/selawk.xml b/app/src/main/res/font/selawk.xml deleted file mode 100644 index 28f46f58..00000000 --- a/app/src/main/res/font/selawk.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<font-family xmlns:app="http://schemas.android.com/apk/res-auto"> - <font - app:fontStyle="normal" - app:fontWeight="400" - app:font="@font/selawk_regular" /> - - <font - app:fontStyle="normal" - app:fontWeight="700" - app:font="@font/selawk_bold" /> - - <font - app:fontStyle="normal" - app:fontWeight="300" - app:font="@font/selawk_light" /> -</font-family>
\ No newline at end of file |