Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support pear8398

    (@pear8398)

    Hi,

    Thank you for using CusRev.

    Currently, if you are familiar with coding and want to remove the font file from loading, you can try to override the CSS file of our plugin. The font file is loaded with the @font-face rule in the file badge.css. The full path is
    wp-content/plugins/customer-reviews-woocommerce/css/badges.css

    Thread Starter Roberto B.

    (@berlinipannellisnc)

    Hello,

    thank you for the reply.

    is there any chance you could explain how to change the css?
    I would follow your indications.

    Roberto

    Thread Starter Roberto B.

    (@berlinipannellisnc)

    here is the file you are referring to:
    https://ibb.co/txmKpZb

    If you could suggest me how to modify the text i will do that myself

    Thank you

    Thread Starter Roberto B.

    (@berlinipannellisnc)

    I resolved cancelling the open sans font family, leaving active the sans serif here:

    .cr-badge {
    display: inline-block;
    padding: 40px;
    font-family: ‘Open Sans’, sans-serif;
    font-size: 0;
    color: #1F1F1F;
    line-height: normal;
    position: relative;
    text-align: left;
    text-decoration:none;
    box-sizing: border-box;
    transform-origin: left;
    visibility: hidden;
    }

    and i cancelled all the @font-face lines at the bottom of the file.

    It seems to work

    thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to avoid roboto fonts to load?’ is closed to new replies.