module BetterStyles
module Helper
def icon( icn, txt = "" )
raw("")
end
def olicon( icn, txt = "" )
raw("")
end
def magicon( icn, txt = "" )
raw("")
end
def bettericon( icn, txt = "" )
raw("")
end
alias_method :btricn, :bettericon
alias_method :btricon, :bettericon
def google_font_tag( font, *args )
options = args.extract_options!
html = <<-HTML
HTML
html.html_safe
end
end
end