Update FontAwesome 4.3.0

Fixed incorrect variables path.
This commit is contained in:
Trevor
2015-03-10 09:50:32 -04:00
parent 6454e89bac
commit 8d2f89a5e2

View File

@@ -1,7 +1,7 @@
// Variables // Variables
// -------------------------- // --------------------------
@fa-font-path: "../fonts"; @fa-font-path: "./vendor/fontawesome/fonts";
@fa-font-size-base: 14px; @fa-font-size-base: 14px;
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts"; // for referencing Bootstrap CDN font files directly //@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa; @fa-css-prefix: fa;