If you need different font or Google fonts you have to use wp_enqueue_style to insert them on wordpress. On this link you can find how.(find Properly Enqueuing Google Fonts in WordPress).
Then you have to use CSS rule for table rows and add font-family. You can add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables or on page between style tag.
Am I able to change the font using the tables? If so what tables do I use?
Hi Jeffrey,
thank you for reaching out to us
If you need different font or Google fonts you have to use wp_enqueue_style to insert them on wordpress. On this link you can find how.(find Properly Enqueuing Google Fonts in WordPress).
Then you have to use CSS rule for table rows and add font-family. You can add this code in Custom wpDataTables CSS under the "Custom JS AND CSS" in main settings of wpdatatables or on page between style tag.