Have been trying to change the font size of all text in the tables generated by DT. However, I could only figure out how to change the size of the records using
formatStyle(names(datCalc), fontSize = '12px').
The column headers and buttons have text of the same size. Using R Markdown in RStudio.