fonts: set default font size to 9 pt
This commit is contained in:
parent
63110bc659
commit
0a002b3d2a
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
|||
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
||||
<fontconfig>
|
||||
<include ignore_missing="yes">conf.d</include>
|
||||
<match target="font">
|
||||
<edit name="size" mode="assign">
|
||||
<double>9</double>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue