Hi,
We can only add google font.
If you want to add custom fonts?
Kindly follow this instructions to add custom fonts in your theme.
1. Kindly go to https://www.web-font-generator.com/
2. Select a TTF or OTF file from your computer.
3. Checked…I’m uploading a font that is legal for web embedding. I checked with the author and/or EULA.
4. Click on Generate Web Font
5. Download fonts folder and paste in your theme folder any location, And proper link that folder path in style.css.
Ex. @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400;
src: local('Open Sans Regular'), local('OpenSans-Regular'),
url('css_fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
url('css_fonts/open-sans-v15-latin-regular.woff') format('woff');
}
body { font-family: 'Open Sans',sans-serif;}
Regards,
Shri