I'm trying to use an embedded font referenced in a stylesheet. The only url that seems to work in the @font-face declaration (in my css file) is one that begins with the appname: /[appname]/static/[font folder]. It seems, though, like I can't generate the URL programmatically (with the URL helper) in the css file. So is there a relative address that will work?
It just occurred to me that the problem might be my use of the less.js css processing script. Could the URL helper not be working because it conflicts somehow with less.js?

