# File lib/spreadsheet/workbook.rb, line 30
    def add_font font
      @fonts.push(font).uniq! if font
      font
    end