Skip to content

Instantly share code, notes, and snippets.

@mbleigh
Created June 4, 2013 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbleigh/5703986 to your computer and use it in GitHub Desktop.
Save mbleigh/5703986 to your computer and use it in GitHub Desktop.
How to use Font Awesome in Divshot

How to Use Font Awesome in Divshot

  1. On the page, under Page Options select a Custom theme and use this URL: https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css
  2. In the source editor, switch to CSS and add this line: @import url(https://netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css)
  3. Now you should be able to add Font Awesome icons using the source editor.

Note: We aim to have more robust icon support in the future, but this is a workaround that should work for now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment