Set fontconfig options
This commit is contained in:
@ -291,6 +291,10 @@ with mylib.networking; {
|
|||||||
# TODO: Conflicts with kde?
|
# TODO: Conflicts with kde?
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
antialias = true;
|
||||||
|
hinting.enable = true;
|
||||||
|
hinting.autohint = true;
|
||||||
|
cache32Bit = true;
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = ["Noto Serif CJK SC"];
|
serif = ["Noto Serif CJK SC"];
|
||||||
sansSerif = ["Noto Sans CJK SC"];
|
sansSerif = ["Noto Sans CJK SC"];
|
||||||
|
Reference in New Issue
Block a user