mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 23:05:18 -07:00
Fixed: fontawesome path (Icons disappearing) (#1929)
This commit is contained in:
parent
d9da32173f
commit
e155585198
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Variables
|
// Variables
|
||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
@fa-font-path: "../fonts";
|
@fa-font-path: "../Content/FontAwesome";
|
||||||
@fa-font-size-base: 14px;
|
@fa-font-size-base: 14px;
|
||||||
@fa-line-height-base: 1;
|
@fa-line-height-base: 1;
|
||||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly
|
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue