mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-28 02:27:11 +08:00
Set font weight
This commit is contained in:
parent
5b34502156
commit
06689ba55e
1 changed files with 10 additions and 0 deletions
|
|
@ -250,4 +250,14 @@
|
|||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- enhance min weight -->
|
||||
<match target="pattern">
|
||||
<test name="weight" compare="eq"><const>regular</const></test>
|
||||
<edit name="weight" mode="assign" binding="strong"><const>medium</const></edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test name="prgname" compare="eq"><string>Firefox</string></test>
|
||||
<edit name="weight" mode="assign" binding="strong"><int>400</int></edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue