mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
Update FontAwesome 4.3.0
Fixed incorrect variables path.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user