Fix hennypenny.css for asset pack

This commit is contained in:
Luc Didry
2017-07-09 13:40:19 +02:00
parent 72f0469674
commit 41e5f292eb

View File

@@ -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');
}