dust/fonts: reject dejavu sans
This commit is contained in:
parent
e9eabae3ec
commit
0d383ebee2
1 changed files with 8 additions and 0 deletions
|
@ -166,6 +166,7 @@
|
|||
];
|
||||
};
|
||||
# GitHub prefers Noto Sans...
|
||||
# DejaVu Sans from nixpkgs#fontconfig.out
|
||||
localConf = ''
|
||||
<selectfont>
|
||||
<rejectfont>
|
||||
|
@ -175,6 +176,13 @@
|
|||
</patelt>
|
||||
</pattern>
|
||||
</rejectfont>
|
||||
<rejectfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>DejaVu Sans</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</rejectfont>
|
||||
</selectfont>
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue