You can use other fonts such as Google fonts, however premium fonts are not included.To use a google font you can insert the following code snippet in the head tag of your page using the code injection:
<link href="_https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700_
<style>
html, body, h1, h2, h3, h4, p, span, b, strong {
font-family: '_Barlow Condensed_', sans-serif!important;}
@media screen and (max-width: 1000px){
.form-handle-submit{
padding: 0 40px 50px !important;}
</style>
In this example you will change all the fonts on the page to Barlow Condensed. If you have a different font please change the cursive and underlined text to your desired font and you are ready to go!
<link href="_https://fonts.googleapis.com/css?family=Barlow+Condensed:400,700_
<style>
html, body, h1, h2, h3, h4, p, span, b, strong {
font-family: '_Barlow Condensed_', sans-serif!important;}
@media screen and (max-width: 1000px){
.form-handle-submit{
padding: 0 40px 50px !important;}
</style>
In this example you will change all the fonts on the page to Barlow Condensed. If you have a different font please change the cursive and underlined text to your desired font and you are ready to go!