The search input field's magnifying glass is not rendered as the magnifying glass icon but as the literal text fl in my browser. See attached screenshot

This seems to be due to the order in which the font-family is defined for the .td-search-input class in _search.scss
.td-search-input {
...
font-family: $font-family-base, $font-awesome-font-name;
}
where the font awesome font is added to the end of the list but one of the fonts before font awesome in the list already contains a value for the  entity.
Edit (@chalin):
The search input field's magnifying glass is not rendered as the magnifying glass icon but as the literal text
flin my browser. See attached screenshotThis seems to be due to the order in which the font-family is defined for the
.td-search-inputclass in_search.scsswhere the font awesome font is added to the end of the list but one of the fonts before font awesome in the list already contains a value for the
entity.Edit (@chalin):