mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 07:10:57 +00: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
|
||||
// --------------------------
|
||||
|
||||
@fa-font-path: "../fonts";
|
||||
@fa-font-path: "../Content/FontAwesome";
|
||||
@fa-font-size-base: 14px;
|
||||
@fa-line-height-base: 1;
|
||||
//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts"; // for referencing Bootstrap CDN font files directly
|
||||
|
|
Loading…
Reference in a new issue