Hi Frederic,
Greetings from Syncfusion.
We can apply “e-small” for all
the controls we can apply by adding all the controls under a single div element
like below
|
<div class="e-small">
//Code
for all controls
</div>
<style>
.e-small {
font-size:small;
}
</style>
|
Or we can apply font-size small
for all the controls without using any div element like below
|
<style>
.e-control,
.e-control [class^='e-'], .e-control [class*=' e-'] {
font-size:small;
}
</style>
|
We have prepared a sample for you
reference which you can download from the below link
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ServerApp-632549003
https://blazor.syncfusion.com/documentation/appearance/size-modes#change-font-size-for-all-components
Kindly try with the above
information and get back to us if you have any queries.
Regards,
Joshna L