diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css
index 5b39afc7477c871064dae5712dc1261fc06e8a84..763fbe9817bef7dc0a1feef66d06df4e67702df6 100644
--- a/pd/nw/css/c64.css
+++ b/pd/nw/css/c64.css
@@ -60,6 +60,13 @@
     color: #ccc;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index 42b655a5f51972ade97c8e953b4fe9b9575cb21d..3f8dcba7430dfa9ad3684a51a6783c67fab8e70c 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -157,6 +157,13 @@
     color: red;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css
index 161684552faaab74fc310cef9037e46785dda44c..39ee722f81c508819d0f1aa5dde9aff97b58143a 100644
--- a/pd/nw/css/extended.css
+++ b/pd/nw/css/extended.css
@@ -54,6 +54,13 @@
     color: red;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css
index 795f86970f13690b6fb1d68b9a32fa6460349f0f..bff32c25d587f24aa46aaf4f54758a8eb0db5468 100644
--- a/pd/nw/css/inverted.css
+++ b/pd/nw/css/inverted.css
@@ -61,6 +61,13 @@
     color: white; 
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css
index ce953b90ded748e801f13af5e67f9f37e1141aeb..0e54235ffdc5ac7a357454ad9ea316be462f1680 100644
--- a/pd/nw/css/strongbad.css
+++ b/pd/nw/css/strongbad.css
@@ -60,6 +60,13 @@
     color: #ccc;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css
index 51a1c5d54d6edbca3ed1d92550d91b250e06854b..f6b94722584401a2410b33b9fee8ed94722d6a7f 100644
--- a/pd/nw/css/subdued.css
+++ b/pd/nw/css/subdued.css
@@ -60,6 +60,13 @@
     font-weight: 600;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css
index b09289ca6ebc42138f687184011030d525cedc87..4669167b0dcfef2cf604ddb1af8ddb40367c6c67 100644
--- a/pd/nw/css/vanilla.css
+++ b/pd/nw/css/vanilla.css
@@ -54,6 +54,13 @@
     color: red;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;
diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css
index 986ec462f0bb7627483544a6c4df3ea4a352c124..8ae6cbaef3478a8586e3c3f54ca64652e00939cb 100644
--- a/pd/nw/css/vanilla_inverted.css
+++ b/pd/nw/css/vanilla_inverted.css
@@ -60,6 +60,13 @@
     color: red;
 }
 
+/* Find bar */
+
+#console_find label, #canvas_find label {
+    font-family: "DejaVu Sans", sans-serif;
+    font-size: 10pt;
+}
+
 /* marks for matches to console_find */
 mark {
     background: white;