Hello Everyone, I have been having an issue recently trying to find the Agbalumo-Regular font i downloaded from Google Fonts, i tried including it in the editor fontfamily for settings.json file and adding extra apostrophes around it but nothing works.
the editor.fontFamily in your settings.json file to include the ‘Agbalumo-Regular’ font. The configuration you provided seems incomplete because there’s a trailing comma after the font name(first picture).
{
"editor.fontFamily": "Agbalumo-Regular, Menlo, Monaco, 'Courier New', monospace"
}
Ensure that the font name is accurate and matches the installed font name on your system.