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.

adding new google fonts

Resolved 7 replies premiumthemetheme-vantage
11 years ago · Last reply by RavenMark 9 years ago

I read “https://siteorigin.com/thread/adding-additional-google-fonts/?search_query=google%20font&sqk=ee1186”

but still I can’t add new google fonts
(many Korean font is missing. do you have any schedule to add Korean google fonts?
if you have schedule, you must add Nanum Gothic. it is most popular font in Korea.)

How can I add google fonts to “Appearence -> CUSTOM THEME -> FONTS?
(I use Korean WordPress. so i think, name of menu is little different.)
I want to use pages, title, body, everywhere in vantage theme.

I added “Appearence -> CUSTOM CCS”, like this.

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css)
font-Nanum Gothic:inherit;

but it still don’t change.

Help me! :)

URL: http://www.icombrand.com

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

Need fast email support? Get SiteOrigin Premium

Replies

7
  1. valcon 11 years, 5 months ago

    self problem solved.

    font-Nanum Gothic:inherit; -> font-family: ‘Nanum Gothic’;

    :(

  2. valcon 11 years, 5 months ago

    ah. and I add
    “@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css)”
    to CUSTOM CSS
    and edit style.css

  3. valcon 11 years, 5 months ago

    I have more question.

    this method is simple but little lag in Internet explorer.

    I think.. it cause multiple font loading.
    basically Vantage theme’s font first, and my font second.

    you can see that problem at my homepage “www.icombrand.com” in IE and Chrome.

  4. Andrew Misplon Staff 11 years, 5 months ago

    Hi valcon

    Thanks for running Vantage. There are plans to expand the font selection but these have unfortunately not yet been rolled out.

    Glad to see you made progress. Correct, to use this font you would add the following to Appearance > Custom CS:

    @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
    body { font-family: 'Nanum Gothic', serif !important; }

    Perhaps try my above snippet and see if it resolves the IE challenge.

    • valcon 11 years, 5 months ago

      wow! thanks for your help!

      I’m not coder but a planner.
      because of communication with our team (specially programmers) I want to directly modify that problem.

      anyway thank you again!

      Problem perfectly solve in IE!

  5. Andrew Misplon Staff 11 years, 5 months ago

    Super; glad to hear that helped. To answer your question from earlier. It’s unfortunately not possible to get a new font listed in the Customizer so the CSS method is our fix for now. We do plan on improving font selection in the future. Thanks for your support.

  6. RavenMark 9 years, 9 months ago

    I’ve just uploaded a plugin “Easy Google Fonts”. Any experience with this and Site Origin themes? I’ll try it and let you know.
    Rebecca

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