fonts: enable full hinting style

This commit is contained in:
notohh 2023-09-28 17:06:05 -04:00
parent 61d4104102
commit 8fdde7e3e0
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -24,8 +24,10 @@
sansSerif = ["Noto Sans" "Twitter Color Emoji"];
emoji = ["Twitter Color Emoji"];
};
hinting.style = "full";
hinting = {
enable = true;
style = "full";
};
};
};
}