fonts: enable full hinting style
This commit is contained in:
parent
61d4104102
commit
8fdde7e3e0
1 changed files with 4 additions and 2 deletions
|
@ -24,8 +24,10 @@
|
||||||
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
|
||||||
emoji = ["Twitter Color Emoji"];
|
emoji = ["Twitter Color Emoji"];
|
||||||
};
|
};
|
||||||
|
hinting = {
|
||||||
hinting.style = "full";
|
enable = true;
|
||||||
|
style = "full";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue