Having trouble getting help?
Contact Support
Contact Support
Change the font-family of Syncfusion EJ2 React UI Components
26 Mar 20251 minute to read
The font-family
of Syncfusion EJ2 React UI component can be changed using e-control
class. This e-control
class presents in all Syncfusion components which enables us to change the font-family
of all Syncfusion EJ2 React UI components in an application.
.e-control {
font-family: Arial !important;
}
By including the above CSS
code block in the style sheet of the application, we can change the font-family
of all Syncfusion components.