Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit c98378f

Browse files
committed
Fonts packed into the apk
1 parent 4979f1f commit c98378f

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

app/build_number.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
17
Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<font-family xmlns:app="http://schemas.android.com/apk/res-auto"
3-
app:fontProviderAuthority="com.google.android.gms.fonts"
4-
app:fontProviderPackage="com.google.android.gms"
5-
app:fontProviderQuery="Fira Mono"
6-
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs">
7-
</font-family>
2+
<font-family xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools">
4+
<font
5+
android:font="@font/fira_mono_bold"
6+
android:fontStyle="normal"
7+
android:fontWeight="700"
8+
tools:targetApi="o" />
9+
<font
10+
android:font="@font/fira_mono_regular"
11+
android:fontStyle="normal"
12+
android:fontWeight="400"
13+
tools:targetApi="o" />
14+
<font
15+
android:font="@font/fira_mono_regular"
16+
android:fontStyle="normal"
17+
android:fontWeight="200"
18+
tools:targetApi="o" />
19+
</font-family>
126 KB
Binary file not shown.
124 KB
Binary file not shown.
123 KB
Binary file not shown.

0 commit comments

Comments
 (0)