• I used the font “Montserrat” in my google sheet and embedded on my site but the font appears differently on the site. How could I fix the font to be the same as google sheet? Please advise.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @somsomm,

    How are you embedding the Google Sheet – a plugin?
    Have you ‘connected’ the Monserrat font from Google Fonts?

    Kind Regards,
    Tim

    Thread Starter somsomm

    (@somsomm)

    Hi Tim,

    I just embedded the google sheet link using elementor. I do not know how to connect the font. I have added the font in functions.php but it didn’t work.

    Please can you advise?

    Regards,
    Som

    Hi Som,

    Sorry for the delay in coming back to you.

    Elementor is a premium WordPress plugin, and we are not allowed to support those on the forum. For those enquiries you must contact the plugin’s support team directly.

    I’ll try and help you get the font connected though, as this may solve your problem.

    Use on the web
    To embed a font, copy the code into the <head> of your html

    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap" rel="stylesheet">

    If you do not know how to add that code into the <head> of the HTML file, then you might want to add the below code to somewhere in your Custom CSS – which most themes have a section for.
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

    Hope this helps.

    Kind Regards,
    Tim

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google sheet show different font on wordpress’ is closed to new replies.