Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi cafewp,

    Do you have a live link that I can take a look at? There is likely a small CSS conflict or the font family is not loading property. It is tough to diagnose without seeing a live example.

    Thanks,
    Nick

    Thread Starter cafewp

    (@cafewp)

    Hi Nick,

    It′s a local WP installation (MAMP) for development. Looks like the font family setting for the body is fixed.
    Thanks

    Plugin Author Nick Diego

    (@ndiego)

    Hi cafewp,

    Were you able to get this resolved? I couldn’t tell from your reply… You can always try font-family: 'Merriweather' !important;.

    Let me know if there is anything else I can do to help,

    Nick

    Thread Starter cafewp

    (@cafewp)

    Hi Nick,

    Tried !important but not resolved the issue. Thinking in deactivate others plugins, try another theme, … I’ll tell you. Thanks

    Plugin Author Nick Diego

    (@ndiego)

    I would also double-check that Merriweather is actually being loaded properly and is available. That will at least rule out that potential issue. If you use your browser’s inspector (developer tools), you should be able to isolate what is overriding the font family.

    Plugin Author Nick Diego

    (@ndiego)

    Hi cafewp,

    Any updated on this issue? I would like to mark this thread as resolved if it is! ??

    Let me know if I can help in any other way.

    Nick

    Thread Starter cafewp

    (@cafewp)

    Nick, no news. I’ve tried other theme, disable plugins, … etc. When I have time I’ll deploy a test site you can “tinker”.
    Thanks.

    Plugin Author Nick Diego

    (@ndiego)

    Ok thanks! Just out of curiosity, you do have Merriweather working on other parts of the page (i.e. outside of a block), right? The only thing I can think of is that the font is not actually loaded. I have run tests on my end and gotten custom Google fonts to work inside a block.

    Anyway, if you do end up trying this on a live site, shoot me the link and I would be happy to “diagnose”.

    Nick

    Thread Starter cafewp

    (@cafewp)

    Hi Nick!

    I have the bug: Single quotation don′t work for setting the font-family (Don′t know why)

    Bad-> font-family: ‘Merriweather’;
    Good-> font-family: Merriweather;

    Thread resolved, thanks for your interest.

    Plugin Author Nick Diego

    (@ndiego)

    Hi cafewp,

    This actually does appear to be a bug, it should accept single quotes. I will dig into this and push a fix in the next release. Thanks for catching this! I guess I always just use double quotes…

    I will resolve this thread once the fix is in place.

    Nick

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom CSS Issue’ is closed to new replies.