Hi @tuneupgeek,
Right now there is no option to do it. It inherits the font from your theme style.
We will add an option to control fonts in a future version.
Till then, one possible solution is to use custom CSS.
For example:
.wptb-table-container p {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
This will change the font to Palatino.
You can change the value according to your needs.
You can add the custom CSS in the Additional CSS section in Customizer.
Please let me know if you need further assistance.
Regards.