Google Fonts are natively supported by all the themes.
Choose Font and Weights
- Go to https://fonts.google.com.
- Choose a font - take
Roboto
for example. - Go to font details - https://fonts.google.com/specimen/Roboto.
- Decide the normal and bold font weights, for example:
300
and700
, here the site will usefont-weight: 300
for normal font andfont-weight: 700
for bold fonts(headings etc.).
Add font to the Theme
- Go to
Admin > Customer Portal > Themes
. - Click on the
Customize
button on the intended theme (check this doc to know more about themes). - Scroll down to the
TYPOGRAPHS
section on the left side. - Click on the
Add New
button. - Fill the form as follows
- Name:
Roboto
- Weights:
300,700
- Name:
- Click
Save
. - Now you can select the
Roboto
font in the dropdowns under theFONT
section.
For more details about the customization, Please check google fonts API, it is used to import fonts to the themes.
Example Screenshot
Here is a screenshot of an example setup using Source Sans Pro
for titles and Roboto
for body.