You need to adjustfonts(size, style, family)of the table.
Solution
Switch the page to the edit mode.
Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.
Select the macro and click Edit.
In the Stylesheet tab enter any of the following CSS:
th {font: 15px Monaco, Monospace;} /* Adjust the font in the header row */
tr:nth-child(1) {font: 15px Papyrus, Fantasy;} /* Adjust the font in the first row */
tr:nth-child(2) {font: 15px Georgia, Serif;} /* Adjust the font in the second row */
tr:nth-child(3) {font: 20px Helvetica, Sans-serif;} /* Adjust the font in the third row */
tr:nth-child(4) {font: 25px Lucida Handwriting, Cursive;} /*Adjust the font in the fourth row */
CSS
Savethe macro and the page.
Cookie Notice
This website uses cookies for analytics, personalization and advertising. By continuing to browse, you agree to our use of cookies. Learn more