How to Add You Own Fonts
If you would like to add your own font follow these instructions.
How to add you own font:
- Install the Use and Font plugin. https://wordpress.org/plugins/use-any-font/
- Then 'Enable 3rd Party Plugins' under the advanced tab.
- Next add css to the Custom CSS field that assigns the font family to the elements you wish. This assign the font to headline, description, button and thank you message.
#cspio-headline, #cspio-description,#cspio-description p, #cspio-subscribe-btn,#cspio-thankyoumsg, #cspio-thankyoumsg p{font-family: 'Open Sans', sans-serif; }