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

Fixed fonts

parent cd41e710
...@@ -5,18 +5,18 @@ ...@@ -5,18 +5,18 @@
<font <font
android:font="@font/exo_regular" android:font="@font/exo_regular"
android:fontStyle="normal" android:fontStyle="normal"
android:fontWeight="300" android:fontWeight="400"
app:font="@font/exo_regular" app:font="@font/exo_regular"
app:fontStyle="normal" app:fontStyle="normal"
app:fontWeight="300" /> app:fontWeight="400" />
<font <font
android:font="@font/exo_regular_italic" android:font="@font/exo_regular_italic"
android:fontStyle="italic" android:fontStyle="italic"
android:fontWeight="300" android:fontWeight="400"
app:font="@font/exo_regular_italic" app:font="@font/exo_regular_italic"
app:fontStyle="italic" app:fontStyle="italic"
app:fontWeight="300" /> app:fontWeight="400" />
<font <font
android:font="@font/exo_bold" 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 @@ ...@@ -378,7 +378,6 @@
<androidx.appcompat.widget.AppCompatTextView <androidx.appcompat.widget.AppCompatTextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:fontFamily="sans-serif-black"
android:text="@string/home_links_project" android:text="@string/home_links_project"
android:textAppearance="?appearanceTextCaptionNormal" android:textAppearance="?appearanceTextCaptionNormal"
android:textStyle="bold" /> android:textStyle="bold" />
......
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
<style name="AppearanceFoundation.Title" parent="TextAppearance.AppCompat.Title"> <style name="AppearanceFoundation.Title" parent="TextAppearance.AppCompat.Title">
<item name="android:textColor">?attr/colorOnSurface</item> <item name="android:textColor">?attr/colorOnSurface</item>
<item name="android:textStyle">bold</item> <item name="android:textStyle">bold</item>
<item name="android:fontFamily">@font/exo_bold</item>
</style> </style>
<style name="AppearanceFoundation.Title.Variant"> <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