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