Ive add this to the bottom of theme.scss.liquid
h2.feature-row__heading {
font-family: ‘Think-Pink-Regular_1’;
}
h2.feature-row__heading {
font-family: ‘Renown-Monoline-Sans_2’;
}
Is that the correct place?
Ive followed your instructions on adding the heading and body font which looks like this but it hasn’t come up as an option in theme settings/typography. Am I missing a step?
$settings-font-stack-header: ‘Think-Pink-Regular_1’, {{ header_font.fallback_families }};
$settings-font-style-header: {{ header_font.style }};
$settings-font-stack-body: ‘Renown-Monoline-Sans_2’, {{ base_font.fallback_families }};
Thanks again. You are being so helpful.
Naomi