Home>Support>Vantage – Easy Google Fonts issue

Vantage – Easy Google Fonts issue

By tristana, 9 years ago. Last reply by Andrew Misplon, 9 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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 3 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More