Hi,
trying to embed font using font-face
@font-face {
font-family: 'ciclefina';
src: url('App_Themes/blom/images/cicle_fina-webfont.eot');
But kentico rendering the url like this:
src: url('http://local.healthydiningfinder.com/CMSPages/App_Themes/blom/images/cicle_fina-webfont.eot');
and thus the fonatface not working.
Any idea how to fix issue?
Thanks