From 1e1285d62bf1e7040e7f804d1d8fa5825749117f Mon Sep 17 00:00:00 2001
From: Daniel Lundin <dln@arity.se>
Date: Sat, 8 Mar 2025 16:29:34 +0100
Subject: [PATCH] ghostty: use defaults for hinting

---
 home/common/ghostty.nix | 2 --
 1 file changed, 2 deletions(-)

diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix
index f9f52d7..f2283cb 100644
--- a/home/common/ghostty.nix
+++ b/home/common/ghostty.nix
@@ -19,8 +19,6 @@
         font-style-bold-italic = "ExtraLight";
         font-synthetic-style = false;
 
-        freetype-load-flags = "no-force-autohint";
-
         adjust-cursor-thickness = 4;
         adjust-underline-position = 3;
         adjust-underline-thickness = -1;