class Rabbit::Format::FontFamily
Private Instance Methods
css_name()
click to toggle source
# File lib/rabbit/formatter.rb, line 84 def css_name "font-family" end
css_value()
click to toggle source
# File lib/rabbit/formatter.rb, line 88 def css_value "'#{@value}'" end