Forum Discussion
JoCousins-4f348
21 days agoCommunity Member
Inconsistent font in flipcards in Rise
Hi everyone reviewing my rise course is commenting that my fonts are different throughout the course. Yet it can't be because I've set the paragraph font as Open Sans in the course style and the para...
- 8 days ago
Apparently its not a bug but a development choice. I've now raised suggestions to make this editable - both for buttons and flip cards. Marking this as resolved now. Thanks all.
JoCousins-4f348
Community Member
Apparently its not a bug but a development choice. I've now raised suggestions to make this editable - both for buttons and flip cards. Marking this as resolved now. Thanks all.
PhilFoss
7 days agoCommunity Member
You can use a theme component to fix this, I actually made a video about the issue: https://youtu.be/MbLjv4mkuA8?si=ex8SPAh9bEX1y8TW&t=528
and the css that resets the body font on the button stack:
div.blocks-button__description,
a.blocks-button__button
{
font-family: var(--font-family-body);
font-weight: 400;
}