Add more than one custom font to the narrative theme

Hi @LitExtension

This is what I’ve now added above the settings.type_header_font.

@font-face {
font-family: ‘Think-Pink-Regular_1’;
src: url(‘{{ ‘Think-Pink-Regular_1.otf’ | asset_url }}’) format(‘embedded-opentype’),
url(‘{{ ‘Think-Pink-Regular_1.ttf’ | asset_url }}’) format(‘truetype’);
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: ‘Renown-Monoline-Sans_2’;
src: url(‘{{ ‘Renown-Monoline-Sans_2.otf’ | asset_url }}’) format(‘embedded-opentype’);
font-weight: normal;
font-style: normal;
font-display: swap;
}

Firstly, is this correct? I’ve got two file types for the first font, so have included both.

Secondly - Should I now be able to choose this font from the typography section in theme settings or will it appear automatically?

Many thanks for all your help so far.

Naomi