fonts: set default font size to 9 pt

This commit is contained in:
Tobias Schmidl 2022-12-09 16:34:45 +01:00
parent 63110bc659
commit 0a002b3d2a
2 changed files with 6 additions and 1 deletions

View file

@ -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>