Use https for font-awesome

This commit is contained in:
Luke S
2019-02-12 14:50:34 -05:00
committed by GitHub
parent ea3f1d9e8c
commit d9d1ea85b4
+1 -1
View File
@@ -4,7 +4,7 @@
/*$fa-font-path: "../fonts" !default;*/
$fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default;
$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-font-path: "https://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa !default;
$fa-version: "4.6.3" !default;
$fa-border-color: #eee !default;