From 0fddecce4553ff36fc7066b7353f3934c5475df1 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 3 Jul 2023 12:26:13 -0400 Subject: [PATCH] fonts: Use default hinting Fixes an issue where the new "full" option would cause letters such as "m" to appear disoriented. For more information, refer to the commit below: https://github.com/NixOS/nixpkgs/commit/b5d2d701d1e983fe82770905e8fce703ba38caa3 --- modules/fonts.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/fonts.nix b/modules/fonts.nix index e2c5bb3..255e59b 100644 --- a/modules/fonts.nix +++ b/modules/fonts.nix @@ -24,7 +24,6 @@ }; allowBitmaps = false; - hinting.style = "hintfull"; }; }; }