How can I create a rich text section with a specific font?

Hi there,

how can I create a rich text section with this font: https://www.dafont.com/brittany-signature.font

Best,

Isabelle

Hi @isabellemaria ,

You can follow the video tutorial to add a custom font in your theme.

I did what you suggested and added the font according to your tutorial. I only need the code now to change HEADING 1 and HEADING 2 here: https://taneraskin.com/pages/about COULD YOU HELP ME WITH THIS? The font is called Unique Surfer.

Hi @isabellemaria

To call the font Unique Surfer to assign to heading 1 and 2, you need to add the code below

NOTE: I do not think you did the code right

h2.rich-text__heading.rte.h1 span {
    font-family: 'Unique Surfer', sans-serif;
}

Will then all the heading have this font? Because I only want certain headings to be in this font, and other ones the default font.

The heading on your page sections