Commit 88027f21 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed fonts

parent cd41e710
......@@ -5,18 +5,18 @@
<font
android:font="@font/exo_regular"
android:fontStyle="normal"
android:fontWeight="300"
android:fontWeight="400"
app:font="@font/exo_regular"
app:fontStyle="normal"
app:fontWeight="300" />
app:fontWeight="400" />
<font
android:font="@font/exo_regular_italic"
android:fontStyle="italic"
android:fontWeight="300"
android:fontWeight="400"
app:font="@font/exo_regular_italic"
app:fontStyle="italic"
app:fontWeight="300" />
app:fontWeight="400" />
<font
android:font="@font/exo_bold"
......
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
......@@ -378,7 +378,6 @@
<androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-black"
android:text="@string/home_links_project"
android:textAppearance="?appearanceTextCaptionNormal"
android:textStyle="bold" />
......
......@@ -23,6 +23,7 @@
<style name="AppearanceFoundation.Title" parent="TextAppearance.AppCompat.Title">
<item name="android:textColor">?attr/colorOnSurface</item>
<item name="android:textStyle">bold</item>
<item name="android:fontFamily">@font/exo_bold</item>
</style>
<style name="AppearanceFoundation.Title.Variant">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment