Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1287209

    Hi guys,
    As you may know, we use Hebrew/Arabic alongside English combined sentences.
    I get an awful font after the latest update only for English. I use Assistant as the main font for both content and headers.
    Is there a solution for controlling which Eng font will be used on Woocommerce and other places on the website?

    #1287728

    Hey mooshonov,

    Best regards,
    Victoria

    #1287756

    Hi Victoria,
    This was a recent change probably due to an update in the theme files. I’ve been exploring some Google fonts however I did not find one that suits the website design and make sense in the English part as well.
    What can we do about it?
    Thanks.

    #1288483

    Hi,

    Sorry for the late reply. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply. Also please try to explain a bit further which texts you would like to change, and to which font.

    Best regards,
    Rikard

    #1288693

    Sure, thank you!

    • This reply was modified 3 years, 8 months ago by mooshonov.
    #1289384

    Hi,

    Thanks for that. I’m not sure if I’m missing the point here, but I can’t see any difference when I compare the font on Google Fonts, and your website. Could you post a screenshot of what you are seeing on your end please?

    Best regards,
    Rikard

    #1289486
    This reply has been marked as private.
    #1290270

    Hi,

    Thanks for the screenshot, I see the problem now. Please try this in Quick CSS:

    span.woocommerce-Price-amount bdi, span.woocommerce-Price-amount .woocommerce-Price-currencySymbol {
        font-family: 'assistant' !important;
    }

    Best regards,
    Rikard

    #1290327

    SOLVED! but can it also include the small VAT text along with the price?

    #1291018

    Hi,

    Sorry for the late reply. Please try this CSS instead:

    span.woocommerce-Price-amount bdi, span.woocommerce-Price-amount .woocommerce-Price-currencySymbol, small.woocommerce-price-suffix font {
        font-family: 'assistant' !important;
    }

    Best regards,
    Rikard

    #1291051

    Thanks for it didn’t change that text.
    I’ve tried to clear the cache and remove cookies / incognito.

    #1291659

    Hi,

    Thank you for the update.

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the latest css code that we provided above. Let us know if that helps.

    Best regards,
    Ismael

    #1291745

    Dear Ismael,
    After disabling both compressions on performance and after cleaning cache, there is no change.

    #1292176

    Hi,

    Thanks for the update. Please try this CSS instead:

    span.woocommerce-Price-amount bdi, span.woocommerce-Price-amount .woocommerce-Price-currencySymbol, small.woocommerce-price-suffix {
        font-family: 'assistant' !important;
    }

    Best regards,
    Rikard

    #1292178

    Excellent solution!
    Thank you very much.

    #1292524

    Hi mooshonov,

    We’re glad to hear that :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.