Google Font
Let's learn how to use google font.
By default, Binsar-pro uses Google fonts. In case, If you want to change font to any other Google fonts, Please have a look in the head part of the webpage and you will find this tag:
<!-- Google web font -->
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@100;300;400;500;600;700;800&display=swap" rel="stylesheet">
To change the font, first go to Google fonts, choose your desired font and use the generated code.
After changing fonts you need to update font families in theme.min.scss file
<!-- Font Family -->
font-family: 'Lexend', sans-serif;