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.