mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
---
|
|
---
|
|
// Variables
|
|
// --------------------------
|
|
|
|
@FontAwesomePath: "../font";
|
|
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
|
|
@FontAwesomeVersion: "{{ site.fontawesome.version }}";
|
|
@borderColor: #eee;
|
|
@iconMuted: #eee;
|
|
@iconLight: #fff;
|
|
@iconDark: #333;
|
|
@icons-li-width: 30/14em;
|
|
|
|
{% for icon in icons %}
|
|
@{{ icon.id }}: "\{{ icon.unicode }}";
|
|
{% endfor %}
|