Method: Sibu::SitesHelper#primary_fonts
- Defined in:
- app/helpers/sibu/sites_helper.rb
#primary_fonts ⇒ Object
11 12 13 |
# File 'app/helpers/sibu/sites_helper.rb', line 11 def primary_fonts ([@site.site_template.primary_font] + Rails.application.config.sibu[:primary_fonts]).uniq.map.each_with_index {|f, i| [i == 0 ? (f + ' (par défaut)') : f, f]} end |