Having trouble getting help?
Contact Support
Contact Support
Customize the font in EJ2 TypeScript Common control
7 May 20251 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>