Hi!
The input font is on a bit different location, here: https://i.imgur.com/RPpQHrT.png
Can you please check if that is also changed? That might be the solution.
If you want to change all the fonts on all of the search instances, you can consider using this custom CSS rule, to avoid changing them everywhere:
.asp_w, .asp_w * {
font-family: "rubrik-new",Verdana,Arial,Helvetica,"sans-serif" !important;
}
Just in case you are planning to do that 🙂