How do you add css font family to the review widget?
Hi @user540, welcome to the forum!
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!