| First Header | Second Header |
| --------------------------- | ---------------------------- |
| Content from cell 1 | Content from cell 2 |
| Content in the first column | Content in the second column |
## How to make this font smaller?
### If its for all of them...
body {
--table-header-size: 1.1em;
--table-text-size: 0.8em;
}
### If its for specific ones (put table-font in the cssclasses for that note )
.table-font {
--table-header-size: 1.1em;
--table-text-size: 0.8em;
}