Default class of paragraph in PDF

Hi all,
I want to adjust the default font of a PDF. What is the default class from Tadabase which I need to use to assign specific CSS to " Paragraph" text type?

Hello @slimpens,

Have you tried using the p or body selector?

ex.

p, body{
font-family: ‘Arial’;
}

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.