Hi Alex,
Content Cards should use the same font your theme uses by default. It also has dark and light templates available to accomodate different themes.
If you need any customization on top of that, you would have to add the CSS yourself.
Hi Stanislav – thanks for the fast reply!
For the start, I was thinking only about the font size – nothing else (in my case, the size from content pulled to card is not matching text size in the post).
Any help with that would be just awesome!
/Alex
-
This reply was modified 9 years, 6 months ago by
alxndrl.
Some CSS should fix that:
.content_cards_title_link {
font-size: 12px;
}
Adjust font-size as needed.