On Nov 30, 2011, at 2:15 PM, Martín Mulone wrote:
> 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>
>
You can also serve CSS files as views and embed template code in them.
> 2011/11/30 monotasker <[email protected]>
> I'll try these again. So far they didn't seem to work for me.
>