Skip to content

Commit

Permalink
Fixes #185 - Correct SCSS helper for rails template.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizau committed Feb 20, 2014
1 parent 8c507a5 commit 4bdb97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fontcustom/generator/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def font_face(style = :normal)
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "#{font_name}";
src: url("#{path}.svg##{font_name}") format("svg");
src: #{url}("#{path}.svg##{font_name}") format("svg");
}
}|
end
Expand Down

0 comments on commit 4bdb97e

Please sign in to comment.