Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you will need to load the desired Google Fonts via their instructions, or maybe with a plugin for this.
    Then, you can assing that font to the table header rows with some “Custom CSS” in TablePress, like

    .tablepress thead th {
      font-family: ...;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘table press using google fonts’ is closed to new replies.