Customize the font in EJ2 TypeScript Common control

10 May 20231 minute to read

You can customize the font for all the syncfusion components by overriding the CSS for e-control class as follows.

<style>
    .e-control, .e-control [class^='e-'], .e-control [class*=' e-'] {
    font-size:1rem;
    }
</style>