diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-06-20 02:51:59 +0530 |
| commit | 47bc39d25a359c94e9a139be9d453a05694ef341 (patch) | |
| tree | cd5ad0f5e413056e74feb6a7790b7b510ea5d1c8 /common/modules/matugen | |
| parent | f1d30adc192df38fe8f6cd50cb2eae048789459b (diff) | |
Font and cursor
Diffstat (limited to 'common/modules/matugen')
| -rw-r--r-- | common/modules/matugen/templates/matugen-discord.nix | 6 | ||||
| -rw-r--r-- | common/modules/matugen/templates/matugen-waybar.nix | 2 |
2 files changed, 4 insertions, 4 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'; diff --git a/common/modules/matugen/templates/matugen-waybar.nix b/common/modules/matugen/templates/matugen-waybar.nix index a59cac9..2958c0e 100644 --- a/common/modules/matugen/templates/matugen-waybar.nix +++ b/common/modules/matugen/templates/matugen-waybar.nix @@ -260,7 +260,7 @@ color: @fg; border: none; padding: 0px; - font-family: "IosevkaInput"; + font-family: "monospace"; transition: background-color .3s ease-out; font-weight: bold; font-size: 12px; |
