Skip to content

Commit b955608

Browse files
Fix search font
1 parent 07d0c15 commit b955608

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layouts/partials/search-input.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
.td-search-input {
22-
font-family: 'Your Preferred Font', sans-serif;
22+
font-family: sans-serif;
2323
}
2424

2525
.search-input {
@@ -32,7 +32,6 @@
3232
border-radius: 15px;
3333
}
3434

35-
/* Adjust the placeholder font style */
3635
.search-input::placeholder {
3736
font-style: normal;
3837
font-weight: normal;

0 commit comments

Comments
 (0)