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
|
@ -131,7 +131,7 @@ URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||||
|
|
||||||
! Xft settings ---------------------------------------------------------------
|
! Xft settings ---------------------------------------------------------------
|
||||||
|
|
||||||
!Xft.dpi: 96
|
Xft.dpi: 96
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
Xft.rgba: rgb
|
Xft.rgba: rgb
|
||||||
Xft.hinting: true
|
Xft.hinting: true
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
||||||
<fontconfig>
|
<fontconfig>
|
||||||
<include ignore_missing="yes">conf.d</include>
|
<include ignore_missing="yes">conf.d</include>
|
||||||
|
<match target="font">
|
||||||
|
<edit name="size" mode="assign">
|
||||||
|
<double>9</double>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
<match target="font">
|
<match target="font">
|
||||||
<edit name="antialias" mode="assign">
|
<edit name="antialias" mode="assign">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
Loading…
Reference in a new issue