forked from Shinonome/dots-hyprland
15 lines
362 B
D
15 lines
362 B
D
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
|
<fontconfig>
|
|
<match target="font">
|
|
<edit name="rgba" mode="assign">
|
|
<const>none</const>
|
|
</edit>
|
|
</match>
|
|
<match target="pattern">
|
|
<edit name="family" mode="prepend" binding="strong">
|
|
<string>Noto Sans Arabic</string>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|