Skip to content

Commit

Permalink
Fix incorrect fontconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 19, 2020
1 parent 1eddf94 commit 2d325c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fontconfig/45-Hack.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<!-- if this file is put in user’s configuration, unset sans-serif family -->
<match>
<test compare="eq" name="family">
<string>Hack</string>
<string>sans-serif</string>
</test>
<test compare="eq" name="family">
<string>sans-serif</string>
<string>Hack</string>
</test>
<edit mode="delete" name="family"/>
</match>
Expand Down

1 comment on commit 2d325c4

@Dangbana2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get me zenith bank genera defuilt otp code

Please sign in to comment.