Tagged: custom fonts
Hi,
I’ve tried adding a custom font using the information from one of the posts on your forum.
I generated the font using FontSquirrel, have uploaded the font to my child theme and added the font css to Quick CSS
@font-face {
font-family: ‘agencyregular’;
src: url(‘agency-webfont.woff2’) format(‘woff2’),
url(‘agency-webfont.woff’) format(‘woff’);
font-weight: normal;
font-style: normal;
}
h1 {
font-family: agencyregular !important;
}
but I can’t get it to work.
Any suggestions would be greatly appreciated.