Vantage theme can’t change to Japanese fonts
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
3Hi 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.
Thanks so much! This worked!
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.