1565 1566 1567
# File 'lib/less/engine/parser.rb', line 1565 def all [font] + family.elements.map {|f| f.font } end
1561 1562 1563
# File 'lib/less/engine/parser.rb', line 1561 def build Node::FontFamily.new(all.map(&:build)) end