summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-discord.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-06-20 02:51:59 +0530
commit47bc39d25a359c94e9a139be9d453a05694ef341 (patch)
treecd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/modules/matugen/templates/matugen-discord.nix
parentf1d30adc192df38fe8f6cd50cb2eae048789459b (diff)
Font and cursor
Diffstat (limited to 'common/modules/matugen/templates/matugen-discord.nix')
-rw-r--r--common/modules/matugen/templates/matugen-discord.nix6
1 files changed, 3 insertions, 3 deletions
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';