Hi There!
You could try editing the .card__heading class to include the Montserrat font like so:
-
Open the component-card.css file in your Assets folder of your code files.
-
Locate the .card__heading class and add the font-family attribute to the class like below.
-
Click Save and refresh your site to see the changes.
.card__heading {
font-family: 'Montserrat';
}