1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 15:21:28 +00:00

Fixed: fontawesome path (Icons disappearing) (#1929)

This commit is contained in:
James White 2017-08-13 13:18:54 +01:00 committed by Leonardo Galli
parent d9da32173f
commit e155585198

View file

@ -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