Commit a2ddda23 by Clinton Blackburn

Corrected FontAwesome Path

Need to use an absolute URL to properly work with Django Compressor
parent 3b6b729b
// Variables
// --------------------------
$fa-font-path: "../../vendor/font-awesome/fonts" !default;
// Prepend this path with the value of STATIC_URL.
$fa-font-path: "/static/vendor/font-awesome/fonts" !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa !default;
$fa-version: "4.2.0" !default;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment