update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / assets / font-awesome / scss / _variables.scss
1 ---
2 ---
3 // Variables
4 // --------------------------
5
6 $fa-font-path:        "../fonts" !default;
7 //$fa-font-path:        "//netdna.bootstrapcdn.com/font-awesome/{{site.fontawesome.version}}/fonts" !default; // for referencing Bootstrap CDN font files directly
8 $fa-css-prefix:       {{ site.fontawesome.css_prefix }} !default;
9 $fa-version:          "{{ site.fontawesome.version }}" !default;
10 $fa-border-color:     #eee !default;
11 $fa-inverse:          #fff !default;
12 $fa-li-width:        (30em / 14) !default;
13
14 {% for icon in icons %}$fa-var-{{ icon.id }}: "\{{ icon.unicode }}";
15 {% endfor %}