Skip to content

Instantly share code, notes, and snippets.

@jesscanady
Created July 13, 2010 23:02
Show Gist options
  • Save jesscanady/474708 to your computer and use it in GitHub Desktop.
Save jesscanady/474708 to your computer and use it in GitHub Desktop.
def google_font_link_tag(family)
tag('link', {:rel => :stylesheet, :type => Mime::CSS, :href => "http://fonts.googleapis.com/css?family=#{family}"}, false, false)
end
@benben
Copy link

benben commented Feb 16, 2011

thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment