Skip to content

Commit

Permalink
Somehow I missed collapsing these empty tags in font
Browse files Browse the repository at this point in the history
  • Loading branch information
TacoTheDank committed Dec 23, 2020
1 parent f0db6ca commit 536b003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/font/google_sans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app:fontProviderAuthority="com.google.android.gms.fonts"
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs"
app:fontProviderPackage="com.google.android.gms"
app:fontProviderQuery="name=Google Sans"></font-family>
app:fontProviderQuery="name=Google Sans" />
2 changes: 1 addition & 1 deletion app/src/main/res/font/google_sans_medium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app:fontProviderAuthority="com.google.android.gms.fonts"
app:fontProviderCerts="@array/com_google_android_gms_fonts_certs"
app:fontProviderPackage="com.google.android.gms"
app:fontProviderQuery="name=Google Sans&amp;weight=500"></font-family>
app:fontProviderQuery="name=Google Sans&amp;weight=500" />

0 comments on commit 536b003

Please sign in to comment.