I'm just updating an app from v3 primevue to v4 It looks like font is no longer defined as a default
From https://primevue.org/theming/styled/
There is no design for fonts as UI components inherit their font settings from the application.
So, it seems correct that we should now have to define the font-family on the body tag instead.
There is no default font defined