Skip to main content

Custom Fonts in the Site Builder

This article explains how to apply default fonts, Google Fonts, uploaded custom fonts, and CSS-based fonts in the Kyrios Site Builder.

Updated over 2 months ago

Accessing the Funnel or Website Builder

  1. Navigate to Sites in the left sidebar.

  2. Select Funnels/Websites at the top.

  3. Open the funnel or website you want to edit.

Opening a Funnel Step or Page

  1. Select the funnel step or website page.

  2. Click Edit to open the page builder.

Editing Text Elements in the Builder

  1. Click directly on a text element (headline or paragraph).

  2. The element becomes highlighted and editable.

You can also edit text inline using the floating text toolbar.

Setting Global Fonts Using Typography

  1. Open the builder’s top menu.

  2. Click Typography.

  1. Set:

    • Headline Font for headings

    • Content Font for body text

These fonts apply globally across the funnel or website.

Changing Fonts on a Specific Element

  1. Click a text element.

  2. In the right panel, open Typography.

  3. Choose a Typography Type:

    • Headline Font

    • Content Font

    • Custom Font

Using Google Fonts

  1. Open the font dropdown.

  2. Select a font from Google Fonts.

  3. Apply it to the selected element.

Uploading Custom Fonts in the Builder

Supported Font Formats

  • .ttf

  • .otf

  • .woff

  • .woff2

Upload Steps

  1. Open Typography.

  2. Click Upload Fonts.

  1. Choose:

    • Upload from Device, or

    • Choose from Media Library

  1. Uploaded fonts appear in the font dropdown and can be applied immediately.

Important:
Each font style (regular, bold, italic) is uploaded and selected separately.

Using Custom CSS for Fonts (Advanced)

Custom CSS allows full control over typography beyond standard builder options.

This method is recommended only if you are comfortable with CSS.

Method 1: Adding Custom CSS Globally

  1. Open the page builder.

  2. Click Custom CSS from the top menu.

  3. Add your CSS rules.

  4. Click Save.

Method 2: Targeting Elements with Custom Classes

  1. Select a text element.

  2. Open the Styles tab.

  3. Add a Custom Class name.

  1. Use that class inside Custom CSS to apply font rules.

Method 3: Importing Fonts Using HTML or CSS

You can import fonts using:

  • CSS @import

  • HTML <link> tags

Steps

  1. Open Quick Add.

  2. Add a Code element to the page.

  1. Open the code editor.

  2. Paste your HTML or CSS font import code.

  3. Save changes.

Common Issues and Fixes

  • Font does not appear after upload
    Ensure the font format is supported and the correct style (bold/italic) is uploaded.

  • Font applies inconsistently
    Confirm whether the font is applied globally or only to a specific element.

  • CSS changes not visible
    Check selector accuracy and confirm the CSS was saved.

FAQ

What font options are available by default?

You can set global Headline Font and Content Font using Google Fonts or uploaded custom fonts.

Can I use custom fonts without CSS?

Yes. You can upload custom fonts directly in the Typography panel and apply them without using CSS.

What is CSS and why would I use it for fonts?

CSS controls styling such as fonts, colors, and layout. It allows advanced customization beyond standard builder settings.

How do I add custom CSS to a funnel or website?

Open the builder, click Custom CSS from the top menu, paste your CSS, and save.

What is the CSS selector method?

CSS selectors let you target specific elements or classes to apply custom font rules.

Can I import fonts using HTML?

Yes. Use a Code element and add a <link> tag or CSS @import rule.

Do uploaded fonts require Media Storage?

No. Fonts can be uploaded directly from your device or selected from Media Storage.

Did this answer your question?