How to customize the font for all components
08 May 2023 / 1 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>