mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2025-03-26 19:19:25 +08:00
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
---
|
|
---
|
|
// Variables
|
|
// --------------------------
|
|
|
|
@fa-font-path: "../fonts";
|
|
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font"; // for referencing Bootstrap CDN font files directly
|
|
@fa-css-prefix: {{ site.fontawesome.css_prefix }};
|
|
@fa-version: "{{ site.fontawesome.version }}";
|
|
@fa-border-color: #eee;
|
|
@fa-inverse: #fff;
|
|
@fa-li-width: (30em / 14);
|
|
|
|
{% for icon in icons %}@fa-var-{{ icon.id }}: "\{{ icon.unicode }}";
|
|
{% endfor %}
|