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 theme can’t change to Japanese fonts

6 years ago · Last reply by Andrew Misplon 6 years ago

I’ve tried everything to change my Vantage theme to a Japanese Google font.

I’ve tried plugins and custom CSS, nothing.

How can I change my font family to Sawarabi Gothic and headings to Noto Sans SC?

Also, why are there (seemingly) no Japanese fonts in Vantage premium? :(

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 6 years, 10 months ago

    Hi Mitchell

    Thanks for reaching out. The list in Vantage is a little dated and needs an update. You could add those via CustomizeAdditional CSS. Add to that field:

    @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC|Sawarabi+Gothic&subset=japanese');
    body {
        font-family: 'Noto Sans SC', sans-serif;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Sawarabi Gothic', sans-serif;
    }

    The rules above are quite wide, we could make them more specific. I’ll log an issue to add these to Vantage in an update.

  2. Mitchell Stapleton 6 years, 10 months ago

    Thanks so much! This worked!

  3. Andrew Misplon Staff 6 years, 10 months ago

    Super, glad to hear that helped.

    Thanks for raising the missing fonts. I’ll try to get them into the next Vantage update in a couple of weeks.

    All the best.

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