Theme Options is the main section of Jupiter, which you can use to change your global settings for your website. You can access Theme Options from top left side of your dashboard or from left side via Jupiter menu. We are going to describe about Jupiter Fonts options available under Typography section of Theme Options in this article.
It is possible to have 3 Font Types assigned for the whole website in Jupiter, they are Google Fonts, Web Safe fonts and Typekit fonts.
Setting a Font Family
From the drop-down list select the font type you want to use: Google Fonts, Web Safe fonts or Typekit fonts.
You can choose from these sets:
- latin
- latin-ext
- cyrillic-ext
- greek-ext
- greek
- vietnamese
- cyrillic
You need to lookup your font in Google Fonts website to check the supported subset. Each font may support different subsets.
Setting a Custom Font
If you want to add a font that is missing in the Theme Options > Typography, you can do this manually using a plugin or via css code.
Setting a Custom Font with a Plugin
There is a plugin that will give you a possibility to add a custom font without css knowledge. It’s so easy, just install the plugin Use Any Font.
You can now use the new fonts for your website.
Setting a Custom Font via CSS
This allows you to use any font you want on your website.
@font-face {
font-family: Great Vibes;
src: url(fonts/GreatVibes-Regular.ttf);
font-weight: normal;
}
h1 {
font-family: "Great Vibes";
}
You can now use your custom font anywhere in your theme’s stylesheet.
If there are any questions or you have difficulties setting a font, you can contact our support via Help Desk.