Method: Maglove::Engine::Scope#font
- Defined in:
- lib/maglove/engine/scope.rb
#font(font_face, &block) ⇒ Object
87 88 89 90 91 |
# File 'lib/maglove/engine/scope.rb', line 87 def font(font_face, &block) haml_tag :font, face: font_face do yield if block_given? end end |