cowtech-rails 1.7.8.0 → 1.7.8.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ module Cowtech
|
|
30
30
|
end
|
31
31
|
|
32
32
|
def google_font_stylesheet(font)
|
33
|
-
|
33
|
+
stylesheet_link_tag("http://fonts.googleapis.com/css?family=#{CGI.escape(font)}", :media => :all)
|
34
34
|
end
|
35
35
|
|
36
36
|
def get_data(key = nil, default = "")
|
data/lib/cowtech/version.rb
CHANGED