How to Use Multiple Fonts

How do I use different fonts on my site like the “Creativity + Productivity” like on this site https://lumos.digital

Hey Brock,

You first need to setup your fonts using the Font Manager. Once setup, you can choose your font in the element’s Font Family option.

It’s best to use the Headline element for that specific setup in your screenshot and you will need a little bit of custom CSS. Please watch the video below.

The Element CSS used in that video is this:

$el .x-text-content-text,
$el .x-text-content-text-primary, .x-text-content-text-subheadline {
  display: inline
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.