diff --git a/.config/polybar/config b/.config/polybar/config
index ee9fae59..d9126171 100644
--- a/.config/polybar/config
+++ b/.config/polybar/config
@@ -53,9 +53,9 @@ height = 40
 width = 100%
 padding = 2
 border-top-size = ${res/config.border-size}
-font-0 = "Roboto:style=Regular:size=10;2"
+font-0 = "IBM Plex Sans:style=Regular:size=10;2"
 font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2"
-font-2 = "Roboto:style=Bold:size=10;2"
+font-2 = "IBM Plex Sans:style=Bold:size=10;2"
 font-3 = "Fork Awesome:style=Regular:size=12;2"
 
 [bar/primary]
diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf
index ff05433e..f16b5bd8 100644
--- a/.config/qt5ct/qt5ct.conf
+++ b/.config/qt5ct/qt5ct.conf
@@ -7,7 +7,7 @@ style=Breeze
 
 [Fonts]
 fixed=@Variant(\0\0\0@\0\0\0\x16\0I\0n\0\x63\0o\0n\0s\0o\0l\0\x61\0t\0\x61@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
-general=@Variant(\0\0\0@\0\0\0 \0N\0o\0t\0o\0 \0S\0\x61\0n\0s\0 \0M\0\x65\0\x64\0i\0u\0m@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
+general=@Variant(\0\0\0@\0\0\0\x1a\0I\0\x42\0M\0 \0P\0l\0\x65\0x\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x39\x10)
 
 [Interface]
 activate_item_on_single_click=2
@@ -25,4 +25,4 @@ underline_shortcut=1
 wheel_scroll_lines=3
 
 [SettingsWindow]
-geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x3\xc3\0\0\0*\0\0\ay\0\0\x4\r\0\0\x3\xc7\0\0\0.\0\0\au\0\0\x4\t\0\0\0\0\0\0\0\0\a\x80\0\0\x3\xc7\0\0\0.\0\0\au\0\0\x4\t)
+geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x3\0\0\0\x6\0\0\t\xf9\0\0\x5m\0\0\x5\a\0\0\0\n\0\0\t\xf5\0\0\x5i\0\0\0\0\0\0\0\0\n\0\0\0\x5\a\0\0\0\n\0\0\t\xf5\0\0\x5i)
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 29420f76..f8dfa8fd 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -27,7 +27,7 @@ configuration {
 
 	text-color: @foreground;
 	background-color: @background;
-	font: "Roboto 10";
+	font: "IBM Plex Sans 10";
 }
 
 #window {
@@ -47,11 +47,11 @@ configuration {
 			text-color: @foreground-alt;
 		}
 		#prompt {
-			font: "Roboto Bold 16";
+			font: "IBM Plex Sans Bold 16";
 			padding: 0 1em 0 0;
 		}
 		#entry {
-			font: "Roboto 16";
+			font: "IBM Plex Sans 16";
 		}
 	#message {
 		padding: 4px;