Change Fonts


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 fonts.scss file. In that we have import the google fonts link.

                        
                                            
--theme-font-family: "Source Sans Pro" !default;
                                            
                                        
                        
                                            
--theme-font-family: "Roboto" !default;
                                            
                                        
                        
                                            
--theme-font-family: "Poppins" !default;
                                            
                                        
                        
                                            
--theme-font-family: "Lato" !default;
                                            
                                        
                        
                                            
--theme-font-family: "Montserrat" !default;
                                            
                                        
Now, save your theme.scss and check in browser
If you want to change the theme's fonts, put the URL of your fonts and change font family in the fonts.scss.