Table headings are printed in grey in PDF

What I’m trying to do

I want headings of standard tables to be printed in black.

Things I have tried

I create a table, but heading is printed in grey to PDF.
I added css snippet with this:

@media print {
  body {
  --font-text: 'Inter' !important;
  }
}

but it helps only with fonts in text, not in tables.

This one is for the tables. You can add it to yours:

It’s a bug; the fix will be out soon. :+1:t3:

Thank you! That helped.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.