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