Additional Fonts
In this section, You can enqueue extra google fonts. You don’t have to do code custom code to enqueue Google fonts, select the fonts with related subsets, and save the settings. And you can use custom font using custom CSS.
For example, you select the Roboto font family so that you can use selected font family following CSS. To add the following style you can use a child theme or custom CSS in theme options.
.selector { font-family: 'Roboto', sans-serif; }