railslove / fontello_rails_converter

CLI gem for comfortably working with icon fonts (open, download, convert) from http://fontello.com for usage in Rails apps.
MIT License
73 stars 35 forks source link

Update font-url #23

Closed galulex closed 9 years ago

galulex commented 9 years ago

Instead of

url(font-path('fontello'))

generate

font-url('fontello')
jhilden commented 9 years ago

thanks for the PR.

is this just a code style issue, or does it make a "real" difference?

ericmillsio commented 9 years ago

This made a real difference for me. The path was outputting "/fonts" instead of "/assets." This change works in my case. Could you make a release please @jhilden? Thanks!