I\'m trying to integrate a designer\'s html and css files into a rails app. He\'s got about four @font-face files that are currently linked to in the application.css file.
Start by putting your fonts into app/assets/fonts. After that, you can include your fonts in a sass / scss file via the font_url('font.eot') helper.
app/assets/fonts
font_url('font.eot')
Otherwise, asset_path should still find the fonts there if you're determined to use it.
asset_path