Font-Awesome/build/assets/font-awesome/less/variables.less

11 lines
343 B
Plaintext
Raw Normal View History

// Variables
// --------------------------
2013-05-08 05:57:23 +08:00
@FontAwesomePath: "../font";
2013-05-17 08:39:55 +08:00
//@FontAwesomePath: "//netdna.bootstrapcdn.com/font-awesome/3.2.0/font"; // for referencing Bootstrap CDN font files directly
@FontAwesomeVersion: "3.2.0";
2013-05-08 05:57:23 +08:00
@borderColor: #eee;
@iconMuted: #eee;
@iconLight: #fff;
2013-05-17 08:39:55 +08:00
@iconDark: #333;