Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Last active August 29, 2015 14:01
Show Gist options
  • Save Willem-Siebe/dc6c94aa7dd17c54e9fd to your computer and use it in GitHub Desktop.
Save Willem-Siebe/dc6c94aa7dd17c54e9fd to your computer and use it in GitHub Desktop.
Add Font Awesome to your LESS stylesheet. My style.less file is placed inside a folder called 'less', the paths used below are relative from this directory. See http://fortawesome.github.io/Font-Awesome/3.2.1/get-started/, although I use a slightly different approach which is more update safe. First create your 'font-awesome' folder in your chil…
// Add Font Awesome to your LESS stylesheet, see https://gist.github.com/Willem-Siebe/dc6c94aa7dd17c54e9fd.
@import "../font-awesome/less/font-awesome.less";
@import "font-awesome/variables.less";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment