summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--suweren/home/services/fontutils.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/suweren/home/services/fontutils.scm b/suweren/home/services/fontutils.scm
index 0bf67f8..587adcc 100644
--- a/suweren/home/services/fontutils.scm
+++ b/suweren/home/services/fontutils.scm
@@ -14,17 +14,17 @@
(hinting '(match (@ (target "font"))
(edit (@ (mode "assign")
(name "hinting"))
- (bool "false"))))
+ (bool "true"))))
(hintstyle '(match (@ (target "font"))
(edit (@ (mode "assign")
(name "hintstyle"))
- (const "hintnone"))))
+ (const "hintfull"))))
(monospace '(alias (family "monospace")
(prefer (family "Unifont"))))
(rgba '(match (@ (target "font"))
(edit (@ (mode "assign")
(name "rgba"))
- (const "none"))))
+ (const "rgb"))))
(sans-serif '(alias (family "sans-serif")
(prefer (family "Unifont"))))
(serif '(alias (family "serif")