Google Review Widget Font For Mobile

The custom font for our google reviews widget works fine on desktop but does not for mobile. Here is my code:

[class*=“Main__Container-sc”] {
font-family: ‘Lexend Deca’, sans-serif;
font-weight: 400}

Can you help me with this? Thank you.

2 Likes

Hi @Spencer_24 :wave:

Could you please send me a link to the page where your widget is installed?

1 Like

@Max .https://www.lawnflip.us/

it appears to be fine when viewing through the inspector panel but not on my mobile device

2 Likes

Thank you!

I’ve checked your website and the same font is applied on desktop and mobile versions:


Could you please send me a screenshot of the issue and specify the device you’re using?

1 Like

They are the same but not the correct font (lexend deca). That is sans-serif and it is falling back to that instead of lexend deca.

I was able to fix it by applying the following global css: @import url(‘https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400&display=swap’);

2 Likes

Got it! Glad to know that you’ve resolved the issue :wink:

If anything else comes up, don’t hesitate to contact us here. We’ll be happy to help!

1 Like