mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
// Variables
|
|
// --------------------------
|
|
|
|
@FontAwesomePath: "../font";
|
|
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
|
|
@FontAwesomeVersion: "3.2.0";
|
|
@borderColor: #eee;
|
|
@iconMuted: #eee;
|
|
@iconLight: #fff;
|
|
@iconDark: #333;
|