I have a very simple classic report, showing only 4 lines and 4 columns. User wants to display on large TV, but region and fonts too small. We can zoom the TV browser, but sometimes that gets reset. Would like to increase size of fonts.
I found the hints below, which I placed in the pages Inline CSS block. This worked for increasing the table data font size, but still the column name font size is not being changed.
Can anyone help with how to increase column label size, or other better solution for increasing overall table display size to fill the page width.
table.t16Standard>thead>tr>th {
font-size: 42px !important;
}
table.t16Standard>tbody>tr>td {
font-size: 42px !important;
}
