I know that the mark-up for changing font size is %{font-size:18pt}write text here%, but it appears that I have to do this for each individual cell in my table. Is there a way to set the font size for an entire table?
For some reason, the default CSS for tables in OP has a defined font size, ignoring any size you specify for the entire table in question. As Savannah mentions, you have to either do it by cell or be an ascendant member and do it by custom CSS coding.
That's how I learned! I didn't even know what CSS was 6 months ago. I read a few guides on Obsidian Portal, and then started Googling every time I wanted to do something. Making a campaign is a great way to learn!
-Thorvaldr
DM of "Tyellador":https://tyellador.obsidianportal.com/
Comments
table td {font-size:18px;}
in the section for custom CSS. If you're not an ascendent member, I'm not sure, sorry.
-Thorvaldr
DM of "Tyellador":https://tyellador.obsidianportal.com/