Skip to content

Commit

Permalink
Search font fix (google#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and fekete-robert committed Sep 13, 2022
1 parent 25535f1 commit e403167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
border-radius: 1rem;
}

font-family: $font-awesome-font-name, $font-family-base;
font-family: $font-family-base, $font-awesome-font-name;
}

.popover.offline-search-result {
Expand Down

0 comments on commit e403167

Please sign in to comment.