font settings
This commit is contained in:
parent
4d2850b58f
commit
4bca412800
|
|
@ -38,7 +38,7 @@ https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
<string>ja</string>
|
<string>ja</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend">
|
<edit name="family" mode="prepend">
|
||||||
<string>Noto Sans CJK JP</string>
|
<string>Source Han Sans</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
|
@ -73,10 +73,10 @@ https://www.freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
<string>Noto Sans</string>
|
<string>Noto Sans</string>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="family" mode="prepend" binding="strong">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
<string>Noto Sans CJK JP</string>
|
<string>Source Han Sans</string>
|
||||||
</edit>
|
</edit>
|
||||||
<edit name="family" mode="prepend" binding="strong">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
<string>IPAPGothic</string>
|
<string>Noto Sans CJK JP</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ standard_dialogs=kde
|
||||||
style=Lightly
|
style=Lightly
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="Noto Sans Mono,10,-1,5,50,0,0,0,0,0"
|
fixed="Monospace,10,-1,5,50,0,0,0,0,0"
|
||||||
general="Noto Sans,10,-1,5,50,0,0,0,0,0"
|
general="Sans Serif,10,-1,5,50,0,0,0,0,0"
|
||||||
|
|
||||||
[Interface]
|
[Interface]
|
||||||
activate_item_on_single_click=2
|
activate_item_on_single_click=2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue