Change the Font Family

I want to change the font family of entire widget to Rebond Grotesque. How I can do that? @Max Thanks!

Hi there, @user2283 :waving_hand:

Please try to use this CSS code and let me know if it helped:

* {
  font-family: Rebond Grotesque !important;
}

@Max How I can make the font-weight bold for review text?

This code will do the trick:

.es-text-shortener {
  font-weight: 600;
}

Try it out and let me know how it worked :wink: