Typography
Google fonts
1) Change the google fonts link as per your choice : /assets/scss/style.scss
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
2) Change Font family : assets/scss/_variables.scss
$body-font-family: 'Poppins', sans-serif !default;
Google fonts
1) Change the google fonts link as per your choice : /assets/scss/style.scss
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
2) Change Font family : assets/scss/_variables.scss
$body-font-family: 'Poppins', sans-serif !default;