The Pagebuilder offers over 50 different fonts for many components (paragraphs, headings, bulleted lists, buttons...).
We host the fonts 100% GDPR-compliant on our servers and make them available to you.
You can also use other fonts.
If you dynamically integrate fonts from certain providers, e.g. Google Fonts, these fonts can also collect data.
Tip
This is about data protection.
If necessary:
- Customize the privacy policy page.
- Activate the cookie consent.
How to use a different font:
- Open a landing page, website page or a course theme in the page builder.
- Copy the CSS ID Selector of the part of the page to the clipboard.
- In the header bar, click on Settings.
- Click on Open code editor.
- Enter your CSS code to style the page.
@import url('URL_to_the_font');#CSS_ID_Selector p{CSS-CODE !important;}
- Replace
URL_to_the_font
with the URL for your font. - Paste the previously copied
CSS_ID_Selector
.
Do not change the code sections
p{...}
and!important;
. - Replace
- Click on Save.