Spacemacs isn't finding my Source Code Pro font files, and I think it's a naming issue. I have the fonts installed and in the font cache,
/usr/local/share$ fc-list : file | grep source
Returns:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Bold.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-It.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BlackIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-BoldIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Medium.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLight.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-LightIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Semibold.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-MediumIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Black.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Light.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-SemiboldIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-ExtraLightIt.otf:
/usr/share/fonts/adobe-source-code-pro/SourceCodePro-Regular.otf:
But every time I load up spacemacs it returns the error:
Cannot find any of the specified fonts (adobe-source-code-pro)! Font settings
may not be correct.
In my .spacemacs file, I have
dotspacemacs-default-font '("adobe-source-code-pro"
:size 13
:weight normal
:width normal
:powerline-scale 1.1)
What can I change so that spacemacs will correctly find my fonts?