Skip to content

Commit 8caebb9

Browse files
authored
Force correct font to make magnifying glass appear (#5017)
1 parent 00cde43 commit 8caebb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/static/stylesheets/font.css

+5
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@
2525
.skaffold-font {
2626
font-family: 'Exo 2', Arial, Helvetica, sans-serif;
2727
}
28+
29+
.td-search-input{
30+
font-family: FontAwesome, "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
31+
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
32+
}

0 commit comments

Comments
 (0)