This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vantage – Easy Google Fonts issue

Open 1 reply themetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi there, I’m using the Vantage theme and I want to change the font of my website but it seems there is some kind of confrontation between vantage and easy google fonts. After I activate the plugin I see that there is an overlapping of my text links and the text itself. When I refresh the page everything seems right, but when I refresh it again the overlapping appears. I deactivated the plugin and the problem disappeared …

Can this be fixed? Can I use Easy google fonts or I have to change the code in order to change my font.
I run my website in Cyrillic.

This is my very first WordPress website, so please excuse my ignorance.

Thank you in advance for any advice!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 8 months ago

    Hi Tristana

    Sorry for the hassle, there is indeed a conflict between Vantage and Easy Google Fonts. It’s on our list to diagnose, we just haven’t made it there yet. If you install a plugin called Simple Custom CSS we can help setup your fonts for you manually. Vantage Premium does offer a selection of Google Fonts, just out of interest.

    In Vantage Free with Simple Custom CSS activated, go to Appearance > Custom CSS and insert:

    @import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic,latin);
    /* Body */
    body,button,input,select,textarea {
    	font-family: 'Open Sans', sans-serif;
    }
    /* Site Title Font */
    header#masthead h1 { 
    		font-family: 'Open Sans', sans-serif;
    }
    /* Heading Font */
    h1,h2,h3,h4,h5,h6 { 
    	font-family: 'Open Sans', sans-serif;
    }

    In this example I used: https://www.google.com/fonts#QuickUsePlace:quickUse.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread