This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Font get changed automatically

#36261
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

At the moment it looks okay to me: https://i.imgur.com/ls8uNHZ.png

Try forcing the font styles via this custom CSS:

.asp_w, .asp_w *, .asp_w input::placeholder {
    font-family: "Open Sans" !important;
}

That will force the “Open Sans” font to every search element.