Hi,
I write my articles in a CMS collection using Markdown. Unfortunately, tables aren’t supported, so I write my tables in HTML. I display the Markdown files in a CMS → ‘item’ component containing a ‘container’ component containing a ‘Typography’ component. I’m struggling with the following issues:
- (simple) I’ve created a new theme using the Google EB-Garamond font… but the table isn’t inheriting the EB-Garamond font. I’m wondering how to force the table to use this font.
- (more elaborated) I’d like my articles to have a very different layout from the theme and a different font to the theme, for example ‘Roboto’. I’ve tried the following solution: I placed the Typography component in a container, created a class, and, in Container → Edit extra code → CSS, added my CSS rules. But I don’t know how to specify in my CSS that the Google Roboto font should be used within this container.
