I failed many times. I put font-size:12px in th, td{}, or td{}, or table{}.
Is it possible to change the font size of table content?
I failed many times. I put font-size:12px in th, td{}, or td{}, or table{}.
Is it possible to change the font size of table content?
Copyright © 2021 Jogjafile Inc.
You can refer to an external stylesheet in the header:
or inline CSS definitions per CSS-code chunk like:
```{css, echo=FALSE} td{font-size: 12px;} ```