forked from Shinonome/dots-hyprland
Updated conf.d
This commit is contained in:
@@ -6,11 +6,13 @@
|
|||||||
<const>none</const>
|
<const>none</const>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
<!-- Fix for: arabic fonts rendering in Noto Nastaliq Urdu | affects Chromium, Discord (maybe all chromium based apps, but not Spotify somehow) -->
|
||||||
<match target="pattern">
|
<match target="pattern">
|
||||||
<test name="lang">
|
<test compare="eq" name="family">
|
||||||
<string>ar</string>
|
<string>sans-serif</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
<string>Noto Sans Arabic</string>
|
<string>Noto Sans Arabic</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|||||||
Reference in New Issue
Block a user