Elite Admin

Change Global Font

How to Change Global Fonts ?

we have used google fonts in our template. so, when you change the fonts of the theme go tho the scss folder and open variable.scss file. In that we have import the google fonts link.
Note:
First run the gulp and change you needs. and If you don't know how to run gulp then refer this link Gulp

gulp

                                
                                    @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
                                
                              
                                
                                $font-family-sans-serif:     'Poppins', sans-serif !default; 
                                
                            
Now, save your variable.scss and check in browser
If you want to change fonts of the theme then put the URL of your fonts and change font family in the variable.scss.