As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2791173
Change Font on front end
Closed

Comments

  • Jeffrey started the conversation

    Am I able to change the font using the tables?  If so what tables do I use?

  • [deleted] replied

    Hi Jeffrey,

    thank you for reaching out to ussmile.png

    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.