diff --git a/themes/default/public/css/hennypenny.css b/themes/default/public/css/hennypenny.css index 8905311..0591bfc 100644 --- a/themes/default/public/css/hennypenny.css +++ b/themes/default/public/css/hennypenny.css @@ -2,5 +2,5 @@ font-family: 'Henny_Penny'; font-style: normal; font-weight: 400; - src: local('Henny Penny'), local('HennyPenny-Regular'), url(../font/hennypenny.ttf) format('truetype'); + src: local('Henny Penny'), local('HennyPenny-Regular'), url(../../font/hennypenny.ttf) format('truetype'); }