diff --git a/flake.nix b/flake.nix index 9b0e48c2..ab070003 100644 --- a/flake.nix +++ b/flake.nix @@ -130,14 +130,13 @@ package = pkgs.noto-fonts-emoji; }; monospace = { - name = "JetBrainsMono Nerd Font"; - package = (pkgs.nerdfonts.override { - fonts = [ "JetBrainsMono" ]; - }); + name = "FiraCode Nerd Font"; + package = + (pkgs.nerdfonts.override { fonts = [ "FiraCode" ]; }); }; sansSerif = { - name = "Noto Sans"; - package = pkgs.noto-fonts; + name = "Fira Sans"; + package = pkgs.fira; }; serif = sansSerif; }; @@ -145,11 +144,11 @@ }; fonts = { packages = with pkgs; [ - noto-fonts - noto-fonts-emoji - jetbrains-mono + fira + fira-mono + fira-code (nerdfonts.override { - fonts = [ "JetBrainsMono" "NerdFontsSymbolsOnly" ]; + fonts = [ "FiraCode" "NerdFontsSymbolsOnly" ]; }) emacs-all-the-icons-fonts weather-icons diff --git a/home/hyprland/swaync/style.css b/home/hyprland/swaync/style.css index a499aefb..22f4e3e3 100644 --- a/home/hyprland/swaync/style.css +++ b/home/hyprland/swaync/style.css @@ -1,7 +1,7 @@ * { all: unset; font-size: 14px; - font-family: "Noto Sans"; + font-family: "Fira Sans"; transition: 200ms; } diff --git a/home/hyprland/waybar/style.css b/home/hyprland/waybar/style.css index a0839ae0..8538de2f 100644 --- a/home/hyprland/waybar/style.css +++ b/home/hyprland/waybar/style.css @@ -41,7 +41,7 @@ */ * { - font-family: "JetBrainsMono Nerd Font"; + font-family: "FiraCode Nerd Font"; font-size: 16px; } diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index 2b6dcdf5..d5cab847 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -31,7 +31,7 @@ ((theme (make-instance 'theme:theme :dark-p t - :font-family "Noto Sans" + :font-family "Fira Sans" :text-color "#ffffff" :contrast-text-color "#000000" :background-color "#0d0e1c"