Why doesn\'t embedding google fonts work on Heroku?
For example:
\' rel
Or you can use the url without specifying the http protocol
<%= stylesheet_link_tag "application", '//fonts.googleapis.com/css?family=', :media => "all" %>
With this both http and https work.