Sha256: 0371450a8c951c07402e0cf012bb07b78901a7a600d54a8eeaaf4b378032b51f
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
module Fonts module Rails module ActionView module Base def google_fonts_link_tag(family) tag( :link, { rel: :stylesheet, type: Mime::CSS, href: "#{request.protocol}fonts.googleapis.com/css?family=#{family}" }, false, false ) end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fonts-rails-0.1.0 | lib/fonts/rails/action_view/base.rb |
fonts-rails-0.0.8 | lib/fonts/rails/action_view/base.rb |
fonts-rails-0.0.7 | lib/fonts/rails/action_view/base.rb |