diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 0a2d1c3..c02cb0d 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,7 +1,7 @@ @import "themes/theme.rasi" configuration { - font: "Berkeley Mono 15"; + font: "SF Pro Display 15"; } listview { diff --git a/home/modules/ui.nix b/home/modules/ui.nix index 782341f..094cd4d 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -153,7 +153,6 @@ in @import url("${config.xdg.configHome}/waybar/themes/theme.css"); * { - font-family: "Berkeley Mono", monospace; font-size: 15px; } @@ -187,7 +186,7 @@ in enable = true; settings = { global = { - font = "Berkeley Mono 15"; + font = "SF Pro Display 15"; frame_color = c.fgAlt; separator_color = "frame"; background = c.bg;