Hi
Marek,
Greetings from Syncfusion support,
Yes, we can change
the font family globally for all Syncfusion components by overriding the font
family using the e-control class. This class is present in all Syncfusion
components, and it enables us to change the font family of all Syncfusion EJ2
React UI components in an application. For your convenience, we have created a
simple React sample based on your requirements.
To change the font
family of all Syncfusion components, you can include the following CSS code
block in the style sheet of your application:
.e-control {
font-family: Arial !important;
}
|
Please refer the
below sample.
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/React-font-853759537.zip
For more information
on how to set the font family globally for Syncfusion components, please see
the following documentation:
Link: https://ej2.syncfusion.com/react/documentation/appearance/size-modes/#change-the-font-family-of-syncfusion-ej2-react-ui-components
Please
get back to us if you need any further assistance
Regards,
Theveshwar