Hi Isabella,
May I know where do you set the font? Because based on the settings, it still set to "Goudy Old Style",Garamond,"Big Caslon","Times New Roman",serif
for the texts (body). Would you mind providing a screenshot of your font settings? Because these are what I’m seeing


The Candara is assigned on the header (titles), and Goudy for body (texts).
The featured list has two parts, the title and the text. The Candara is already assigned to the title which works okay, so what’s left is the text which inherited the Goudy from the body (since it’s text). So the provided CSS is
.p-landmark-sub, .p-meta, input, button, select, textarea, p.x-feature-box-text { font-family: Candara, serif; }
Hence p.x-feature-box-text
for the CSS.
I provided it since Candara works and maybe you’re only referring to the text and not the title. Maybe I just missed something, would you mind providing more details of the issue you’re getting?
Thanks!