I'm not sure, what do you want to do?, or why do you need to include app path?. But you can also make it this in the view to make use of URL() in the view or layout include the tag style simil to this:
<style type="text/css">
...
@font-face {
src: url('{{=URL('static','myfont.eot')}}');
}
</style>
2011/11/30 monotasker <[email protected]>
> I'll try these again. So far they didn't seem to work for me.
--
http://martin.tecnodoc.com.ar

