SharpSpring's Landing Page Designer enables you to quickly create landing pages without having to leave your marketing automation platform. Within the designer, you can add additional HTML, CSS, or JavaScript to provide further customization. This article will detail how to use a Google Font for text on your landing page.
|
Available with: | ||||
Marketing Automation | ✓ | ||||
CRM Ultimate | |||||
CRM PRO | |||||
CRM Free | |||||
Toolbar: | |||||
![]() |
|||||
Users: | |||||
Administrators | ✓ | ||||
Company Managers | ✓ | ||||
Marketing Managers | ✓ | ||||
Sales Managers | |||||
Salespersons | |||||
Jr. Salespersons | |||||
Finding Fonts
To find and copy Google Fonts for use on a landing page, do the following:
Make sure that you do not copy anything else for the moment, as you will need to paste this code block. |
Inserting Google Fonts Code
To insert copied Google Fonts code into a landing page, do the following:
|
||
Note: SharpSpring offers Professional Services to assist with custom coding.
|
Designating Google Fonts Code
To set Google Fonts code parameters, do the following:
|
Note: The tags before the bracket designate which header or body text will be impacted by this change.
For example, if you would like all of your paragraph text to have this Google Font, the code snippet will be as follows: p { font-family: 'Raleway', sans-serif; } |