Fork-Awesome/src/assets/font-awesome/scss/_variables.scss

18 lines
646 B
SCSS
Raw Normal View History

2013-06-12 16:33:11 +02:00
---
---
2013-05-16 09:19:04 +02:00
// Variables
2013-06-12 20:18:07 +02:00
// --------------------------
2013-05-16 09:19:04 +02:00
$fa-font-path: "../fonts" !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{ site.fontawesome.version}}/font" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: {{ site.fontawesome.css_prefix }};
$fa-version: "{{ site.fontawesome.version }}" !default;
$fa-border-color: #eee !default;
$fa-icon-muted: #eee !default;
$fa-icon-light: #fff !default;
$fa-icon-dark: #333 !default;
$fa-icon-li-width: (30em / 14);
{% for icon in icons %}$fa-var-{{ icon.id }}: "\{{ icon.unicode }}";
{% endfor %}