Skip to content

Commit

Permalink
Merge pull request #5135 from vector-im/feature/adm/missing-medium-we…
Browse files Browse the repository at this point in the history
…ight-fonts

Fixing ignored font weights
  • Loading branch information
bmarty authored Feb 2, 2022
2 parents 2ffc89d + 96efeae commit 35c77c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions changelog.d/3907.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes non sans-serif font weights being ignored
3 changes: 0 additions & 3 deletions library/ui-styles/src/main/res/values/theme_dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
<!-- disable the overscroll because setOverscrollHeader/Footer don't always work -->
<item name="android:overScrollMode">never</item>

<!-- fonts -->
<item name="android:typeface">sans</item>

<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>

<item name="pf_lock_screen">@style/PinCodeScreenStyle</item>
Expand Down
3 changes: 0 additions & 3 deletions library/ui-styles/src/main/res/values/theme_light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
<!-- disable the overscroll because setOverscrollHeader/Footer don't always work -->
<item name="android:overScrollMode">never</item>

<!-- fonts -->
<item name="android:typeface">sans</item>

<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>

<item name="pf_lock_screen">@style/PinCodeScreenStyle</item>
Expand Down

0 comments on commit 35c77c1

Please sign in to comment.