You can use the CSS codes below to adjust the font size of titles inside canvas cards
.canvas-node-container .markdown-rendered h1 {
font-size: 26px;
}
or the font size of simple words
.canvas-node-container p {
font-size: 20px;
}
Briefly speaking, you can the the prefix .canvas-node-container
to select anything inside of canvas cards, for example .canvas-node-container li {}
which is bullets inside of cards