Hi there I am having an issue with adding a custom font.
This is what I have for the css is customizer:
@font-face {
font-family: ‘qanelassoft-black’;
src: url(‘sftp://[email protected]/public/wp-content/themes/x-child/custom-fonts/QanelasSoft-Black.eot’);
src: url(‘sftp://[email protected]/public/wp-content/themes/x-child/custom-fonts/QanelasSoft-Black.woff’) format(‘woff’),
url(‘sftp://[email protected]/public/wp-content/themes/x-child/custom-fonts/QanelasSoft-Black.ttf’) format(‘truetype’),
url(‘sftp://[email protected]/public/wp-content/themes/x-child/custom-fonts/QanelasSoft-Black.svg’) format(‘svg’);
font-weight: normal;
font-style: normal;
}
Then in the style menu for cornerstone I have:
font-family: qanelassoft-black;
Any suggestions?