- Add helper to
lib/helpersand renameicon_helpers.rb - Using Icomoon download your icons in SVG format.
- Add to the extracted zip to
lib/assets - Into
config.rbadd:require 'lib/helpers/icon_helpers'helpers IconHelpers
- You can now use
<%= icon_tag(symbol: 'facebook') %>in your template
- Add helper to
app/helpersand renameicon_helpers.rb - Replace
Middleman::Application.rooton line 18 withRails.root - Using Icomoon download your icons in SVG format.
- Add to the extracted zip to
lib/assets - Into
config.rbadd:require 'lib/helpers/icon_helpers'helpers IconHelpers
- You can now use
<%= icon_tag(symbol: 'facebook') %>in your template