Home>Support>Adding additional Google fonts
  1. 10 years, 5 months ago Greg Priday
    Hi, I Work Here

    We update the list of available fonts every now and then. This does mean that the latest Google fonts aren’t always available because the list is hard coded in the theme at the time of release.

    The last version of Vantage that went live last week had an updated list, but I guess more fonts have been added since then. I’ll update the list again for the wave of updates going out this week. Which fonts are missing for you?

  2. 10 years, 5 months ago MoonDog

    Thank you for the response.

    I want to add the Alegreya Sans SC bold font.

    • 10 years, 5 months ago Greg Priday
      Hi, I Work Here

      I’ll make sure it’s in the next update :)

  3. 10 years, 1 month ago Gerardo Solis

    I want to add the Neometric font.

    I from Mexico ¿how I can do?

    • 10 years, 1 month ago Andrew Misplon
      Hi, I Work Here

      Hi Gerardo

      Neometric doesn’t look like its part of the Google Font family. This means you’ll need to use a combination of Neometric converted into a web font and Custom CSS in order to deploy it. It’s a bit of a process, my suggestion would be to find a similar Google Font and run with that.

      If you wanted to move ahead with the web font option you’d need to use a service like Font Squirrel to create the web font and then add the following to Appearance > Custom CSS, changing all necessary file paths and names to your own:

      @font-face {
          font-family: ‘proxima_nova_altlight’;
          src: url(‘http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.eot’);
          src: url(‘http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.eot?#iefix’) format(’embedded-opentype’),
               url(‘http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.woff’) format(‘woff’),
               url(‘http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.ttf’) format(‘truetype’),
               url(‘http://www.newpokerschool.it/wp-content/themes/vantage/fonts/proximanova/proximanova-webfont.svg#proxima_nova_altlight’) format(‘svg’);
          font-weight: normal;
          font-style: normal;
      }
      
      body { font-family: ‘proxima_nova_altlight’ !important; }
  4. 10 years, 1 month ago Gerardo Solis

    Tanks, muchas gracias

  5. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    For sure!

  6. 7 years, 11 months ago Jasir Javaz

    I am using the site origin with theme top hot. I need to use ‘Noto Sans Malayalam’ font. I can see only ‘Noto Sans’ font in the customize area. So i need to add that font.

    Help me

  7. 7 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jasir

    If you install SiteOrigin CSS plugin you can go to AppearanceCustom CSS and insert:

    @import url(http://fonts.googleapis.com/earlyaccess/notosansmalayalamui.css);
    body,
    button,
    input,
    select,
    textarea {
      font-family: 'Noto Sans Malayalam UI', sans-serif;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: 'Noto Sans Malayalam UI', sans-serif;
    }
    
  8. 7 years, 11 months ago Jasir Javaz

    Why ‘Noto Sans Malayalam’ not included in current font list ? so that i can include it easily. In the future too that will help me.

  9. 7 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Jasir

    Thanks for your feedback, sorry for the hassle. It’s currently on the Early Access list which is why it hasn’t been added. I’ll make a note for the team to look into this.

  10. 7 years, 10 months ago Jasir Javaz

    Thank you for the reply sir. Kindly update to me about it please

  11. 7 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Sure :) Which SiteOrigin theme or plugin are you using for font selection?

  12. 7 years, 10 months ago Jasir Javaz

    I am using “Page Builder by SiteOrigin” with a premium theme named Top Hot.

  13. 7 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Thanks :)

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