We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How can I customize the font of the all component

How can I customize the font of the all component

3 Replies

BS Banupriya Selvaraj Syncfusion Team January 24, 2020 04:12 PM UTC

Hi Ebi Torabi,  

Thanks for contacting Syncfusion Support. 

We have provided the support for customizing the fonts for most of our components using common class “e-control-wrapper”. Please find the below code snippets.  
 

<style>  
    .e-control-wrapper, .e-input-group {  
        font-family: serif !important;  
    }  
</style>  
                                                             
For your convenience, we have created the sample (server side). Please find the sample link below. 

Regards, 
Banupriya 



ET ebi torabi February 1, 2020 06:53 AM UTC

Hi Banupriya .Thank you very much.


JA Jesus Arockia Sankaran S Syncfusion Team February 3, 2020 10:40 AM UTC

Hi Ebi, you are most welcome.

Loader.
Up arrow icon