From 47bc39d25a359c94e9a139be9d453a05694ef341 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 02:51:59 +0530 Subject: Font and cursor --- common/modules/matugen/templates/matugen-discord.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'common/modules/matugen/templates/matugen-discord.nix') diff --git a/common/modules/matugen/templates/matugen-discord.nix b/common/modules/matugen/templates/matugen-discord.nix index d3e72a5..ceff9b6 100644 --- a/common/modules/matugen/templates/matugen-discord.nix +++ b/common/modules/matugen/templates/matugen-discord.nix @@ -26,8 +26,8 @@ body { /* font options */ - --font: "IosevkaInput"; - --code-font: "IosevkaInput"; + --font: "monospace"; + --code-font: "monospace"; font-weight: 300; letter-spacing: -0.05ch; @@ -201,7 +201,7 @@ /* customize things here */ :root { /* font, change to 'gg sans' for default discord font*/ - --font: 'IosevkaInput'; + --font: 'monospace'; /* top left corner text */ --corner-text: 'Midnight'; -- cgit v1.3.1