Google Reviews: CSS to change the font

How do you add css font family to the review widget?

1 Like

Hi @user540, welcome to the forum! :slight_smile:

To change the font in your Google Reviews widget, please add the following CSS code to your widget’s Custom CSS field on the Appearance tab:

[class*="Main__Container-sc"] {
  font-family: Montserrat;
}

Please change Montserrat in the code to any font you need.

Please let me know if it worked!