Table header

Hi,
if anyone knows how to change table header font size in css rules ?

Thanks in advance.

Regards,
Mateusz

Would this work

  .v-table .v-table-caption-container {
          font-size: 30px;
  }