Hello,

This is what is causing the issue,

.dropdown-toggle::after {
font-weight: 900;
font-family: Raleway\ 5 Free;
}

It should be,

.dropdown-toggle::after {
font-weight: 900;
font-family: Font Awesome\ 5 Free;
}

You can find find on line 425 of the style.css file