• Resolved djeah

    (@djeah)


    Hi,

    I need the fonts for the subscribe form, labels and the actual comments to be of the same font family of my blog. How can I achieve this? If you look at the subscribe form, the font is completely out of place than the actual fonts elsewhere in the comments.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @djeah,

    Use the CSS code below:

    div#comments, input, select, textarea, .ql-container, #wpdcom .ql-editor>* {
        font-family: "Tinos",Sans-serif !important;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.?

    Please don’t forget to press Ctrl+F5 (twice) on the frontend before checking.

    Thread Starter djeah

    (@djeah)

    Thanks. That worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change all text font family ?’ is closed to new replies.