Adding Custom Fonts
Last updated
Last updated
Navigate to your Brand Settings and scroll down to the Fonts section.
Heading fonts only require one weight. This keeps the headlines of your sections consistent.
For body fonts, youβll need to add a regular weight (400) for standard text and a bold weight (700) for emphasis.
In the editor, you can apply bold, italic, and other text styles to fit the tone of your offer or messaging. Some sessions will offer the editor as follows:
To add custom fonts using HTML, start by creating a new section in Pagedeck and selecting HTML Embed from the βOtherβ options.
Inside this section, use a <style> block to define your custom font styles. Be sure to start with <style>
and end with </style>
, placing your font code in between.
If you donβt want the HTML section to appear on your landing page, adjust its settings. Click on the gear icon for the HTML section, go to the Section Settings on the right-hand panel, and set the section padding to none. This ensures the HTML section remains invisible while your custom fonts are applied.