diff options
Diffstat (limited to 'common/modules/matugen/templates')
| -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; |
