Typography

Google fonts

To execute Gulp, navigate to the directory containing the package.json file. Open a command prompt in that location and enter the command "gulp" as indicated below. For instructions on installing Gulp, please refer to link Gulp.
1) Change Font family : src/asssets/scss/styles.scss
                        
// Font URL
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
                        
                    
2) Change Font family : src/asssets/scss/variables/_variables.scss
                                                  
      $font-family-sans-serif: "Manrope", sans-serif !default;
                              
                          
Now, save your variable.scss file and verify the changes in the browser.
To alter the font selection within the theme, insert the URL linking to your desired fonts and update the font family attribute accordingly within the variable.scss file.