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.
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.
Hi @Spencer_24
Could you please send me a link to the page where your widget is installed?
@Max .https://www.lawnflip.us/
it appears to be fine when viewing through the inspector panel but not on my mobile device
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?
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’);
Got it! Glad to know that you’ve resolved the issue
If anything else comes up, don’t hesitate to contact us here. We’ll be happy to help!